Beispiel #1
0
 private void button_stop_Click(object sender, EventArgs e)
 {
     if (Control.ModifierKeys == Keys.Control)
     {
         stopManager.DoStopAll(null);
     }
     else
     {
         stopManager.DoStopActive();
     }
 }