Esempio n. 1
0
 // A private entry point for the thread.
 static private void ShowForm()
 {
     ms_frmSplash = new MainSplashForm();
     System.Windows.Forms.Application.Run(ms_frmSplash);
 }
Esempio n. 2
0
 // A private entry point for the thread.
 private static void ShowForm()
 {
     ms_frmSplash = new MainSplashForm();
     System.Windows.Forms.Application.Run(ms_frmSplash);
 }