예제 #1
0
 private static void CloseFormInternal()
 {
     _splashForm.Close();
     _splashForm = null;
 }
예제 #2
0
 private static void ShowForm()
 {
     _splashForm = new SplashForm();
     Application.Run(_splashForm);
 }