Example #1
0
 static private void ShowForm()
 {
     splashForm = new SplashForm();
     Application.Run(splashForm);
 }