Example #1
0
        public static void OpenGame(AgreeOtherPlayer window)
        {
            Game game = new Game();

            game.Show();
            window.Close();
        }
Example #2
0
        public static void OpenMainWindow(AgreeOtherPlayer window)
        {
            MainWindow main = new MainWindow();

            main.Show();
            window.Close();
        }