コード例 #1
0
ファイル: App.g.i.cs プロジェクト: thaichieu1998/WPFProject
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("img/flashscreen.png");

            splashScreen.Show(true);
            Milestone2.App app = new Milestone2.App();
            app.InitializeComponent();
            app.Run();
        }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: yejic316/CPTS451
 public static void Main()
 {
     Milestone2.App app = new Milestone2.App();
     app.InitializeComponent();
     app.Run();
 }