public static void Main() { SplashScreen splashScreen = new SplashScreen("images/splash.jpg"); splashScreen.Show(true); BoardEditor.App app = new BoardEditor.App(); app.InitializeComponent(); app.Run(); }