Esempio n. 1
0
 private void FormCollection_MouseUp(object sender, MouseEventArgs e)
 {
     if (Root.Tool == "Pick")
     {
         Root.Pick_End();
     }
     else if (Root.Tool == "Shift")
     {
         Root.Shift_End();
     }
 }