Exemple #1
0
 public void MessageBoxClose()
 {
     if (formShow != null)
     {
         formShow.Close();
     }
 }
 private void process()
 {
     object[] res = new processData(new stringCombine(ConTs).NewForm, new stringCombine(ConTr).NewForm, cP.Info).Res;
     if (res[0].ToString() != null)
     {
         if (load.InvokeRequired)
         {
             load.Invoke((MethodInvoker) delegate()
             {
                 load.Close();
             });
         }
     }
 }