Exemple #1
0
 private void DeactivatorAction()
 {
     _ = new Deactivation_Action(-1);
 }
Exemple #2
0
 private void Pb_DeactivatorAction_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new Deactivation_Action(-1);
     Cursor.Current = Cursors.Default;
 }