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