摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace LogoApplaction{ public partial class Form1 : Form { int x, y; Graphics g; SolidBrush b; Pen p; public Form1() { In 阅读全文