예제 #1
0
파일: Admin.cs 프로젝트: bartkkon/SAT
 private void DeactivatorAction()
 {
     _ = new Deactivation_Action(-1);
 }
예제 #2
0
 private void Pb_DeactivatorAction_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new Deactivation_Action(-1);
     Cursor.Current = Cursors.Default;
 }