摘要: namespace WindowsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } Point p1; Point p2; ArrayList mya = new ArrayList(); private void Form1_MouseDown(object se... 阅读全文
posted @ 2010-05-11 17:40 CatBoy 阅读(2110) 评论(1) 推荐(1)