예제 #1
0
파일: App.g.cs 프로젝트: master-vk/Project
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("splash.jpg");
     splashScreen.Show(true);
     DiningPhilosophers.App app = new DiningPhilosophers.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("splash.jpg");

            splashScreen.Show(true);
            DiningPhilosophers.App app = new DiningPhilosophers.App();
            app.InitializeComponent();
            app.Run();
        }