private static void SplashTreadFunction() { System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US", false); Splash splash = new Splash(); splash.ShowDialog(); }
private static void SplashTreadFunction() { Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US", false); var splash = new Splash(); splash.ShowDialog(); }