Example #1
0
        public static void Main()
        {
            CheckersForm mainGameWindow = new CheckersForm();

            mainGameWindow.ShowDialog();
        }
Example #2
0
        public static void Main()
        {
            CheckersForm checkersForm = new CheckersForm();

            checkersForm.ShowDialog();
        }