Exemplo 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);
 }
Exemplo 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);
 }