Exemple #1
0
        private static void show() {
			//This is the actual thread procedure. This method runs on a background thread
			try {
				//Show the splash screen
				_dlgSplash = new dlgSplash(Splash._Title, Splash._Version, Splash._Copyright);
				_dlgSplash.ShowDialog();
			} 
			catch(Exception) { }
		}
Exemple #2
0
 private static void show()
 {
     //This is the actual thread procedure. This method runs on a background thread
     try {
         //Show the splash screen
         _dlgSplash = new dlgSplash(Splash._Title, Splash._Version, Splash._Copyright);
         _dlgSplash.ShowDialog();
     }
     catch (Exception) { }
 }