From窗体的内容private bool isMouseDown = false; private Point FormLocation; //form的location private Point mouseOffset; //鼠标的按下位置 private int xPosition, yPosition; //声明委托 delegate void DisposeForm(); delegate void SetForm(double value); public frm... Read More
posted @ 2013-01-30 12:00 指尖的流星 Views(562) Comments(0) Diggs(0)