예제 #1
0
        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();
        }
예제 #2
0
파일: App.g.cs 프로젝트: ondrejsvorc/TextEd
 public static void Main()
 {
     TextEd.App app = new TextEd.App();
     app.InitializeComponent();
     app.Run();
 }