示例#1
0
文件: Admin.cs 项目: bartkkon/SAT
 private void ActivatorAction()
 {
     _ = new Activation_Action(-1);
 }
示例#2
0
 private void Pb_ActivatorAction_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new Activation_Action(-1);
     Cursor.Current = Cursors.Default;
 }