Esempio n. 1
0
 static private void CloseFormInternal()
 {
     splashForm.Close();
     splashForm = null;
 }
Esempio n. 2
0
 static private void ShowForm()
 {
     splashForm = new LoadingForm();
     Application.Run(splashForm);
 }