예제 #1
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("images/splashscreen.png");
     splashScreen.Show(true);
     Selen.Wpf.DemoApplication.App app = new Selen.Wpf.DemoApplication.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
파일: App.g.i.cs 프로젝트: AlexYudin/App1
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/splashscreen.png");

            splashScreen.Show(true);
            Selen.Wpf.DemoApplication.App app = new Selen.Wpf.DemoApplication.App();
            app.InitializeComponent();
            app.Run();
        }