Beispiel #1
0
 static private void CloseFormInternal()
 {
     splashScreen.Close();
     splashScreen = null;
 }
Beispiel #2
0
 static private void ShowForm()
 {
     splashScreen = new SplashScreen();
     Application.Run(splashScreen);
 }