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) { } }
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) { } }