Beispiel #1
0
 private void ActivatorAction()
 {
     _ = new Activation_Action(-1);
 }
Beispiel #2
0
 private void Pb_ActivatorAction_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new Activation_Action(-1);
     Cursor.Current = Cursors.Default;
 }