Example #1
0
 public void AutoC()
 {
     if (!PublicMethod.Instance.IsExecuteSystemCMD("autoc"))
     {
         var a = new AutoConnect();
         a.autoc();
     }
 }
Example #2
0
 private void ToolSMI_Zdlj_Click(object sender, EventArgs e)
 {
     if (!PublicMethod.Instance.IsExecuteSystemCMD(""))
     {
         ConnectManager.CleanSelcol();
         var a = new AutoConnect();
         a.autoc();
     }
 }