public static void Main() { SplashScreen splashScreen = new SplashScreen("content/splashscreen.png"); splashScreen.Show(true); MochaEditor.App app = new MochaEditor.App(); app.InitializeComponent(); app.Run(); }