/// <summary> /// show the splash form on the new thread /// </summary> static public void ShowSplash() { _splashForm = new SplashForm(SplashForm._timeout); Application.Run(_splashForm); }