public static void Main() { SplashScreen splashScreen = new SplashScreen("resources/loading-screen/loading_screen.png"); splashScreen.Show(true); TextEd.App app = new TextEd.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { TextEd.App app = new TextEd.App(); app.InitializeComponent(); app.Run(); }