Example #1
0
 static private void ShowForm()
 {
     waitSplash = new WaitSplash();
     if (CallerForm != null)
     {
         _ActiveControl = CallerForm.ActiveControl;
     }
     Application.Run(waitSplash);
 }
Example #2
0
 static private void CloseFormInternal()
 {
     waitSplash.Close();
     waitSplash = null;
 }