Example #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("splashscreen.png");

            splashScreen.Show(true);
            Connect4.App app = new Connect4.App();
            app.Run();
        }
Example #2
0
 public static void Main()
 {
     Connect4.App app = new Connect4.App();
     app.InitializeComponent();
     app.Run();
 }