예제 #1
0
        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();
 }