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