@ -84,10 +84,10 @@ namespace Rs.MotionPlat
if (e.Button == MouseButtons.Left)
{
if (e.Clicks == 2)
//if (e.Clicks == 2)
//{
this.Close();
// this.Close();
}
//}
pressed = true;
curPoint = this.Location;
startPoint = e.Location;