Exemple #1
0
 private void MovePolygonToolStripMenuItemV_Click(object sender, EventArgs e)
 {
     MovingObject.original = Polygons.FindFocus();
     Action.moving         = true;
     mainPictureBox.DrawAll();
 }