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