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