Beispiel #1
0
 //	internally used as a thread function - showing the form and
 //	starting the messageloop for it
 static void ShowThread()
 {
     MySplashForm = new SplashForm();
     Application.Run(MySplashForm);
 }