Ejemplo n.º 1
0
 private static void CloseFormInternal()
 {
     _splashForm.Close();
     _splashForm = null;
 }
Ejemplo n.º 2
0
 private static void ShowForm()
 {
     _splashForm = new SplashForm();
     Application.Run(_splashForm);
 }