摘要: 1 namespace FormProject 2 { 3 public partial class Form1 : Form 4 { 5 bool isInMove = false; 6 Point oldPoint; 7 8 public Form1() 9 {10 InitializeComponent();11 }12 13 private void Form1_MouseDown(object sender, MouseEventArgs e)1... 阅读全文
posted @ 2013-01-16 19:44 sciencefuture 阅读(143) 评论(0) 推荐(0)