Ejemplo n.º 1
0
        public AppLauncher()
        {
            InitializeComponent();

            ticTacToeControl    = tic_Tac_Toe_Form1;
            homeControl         = homeControl1;
            twoPlayerControl    = twoPlayerGame1;
            pc_ticTacToeControl = pc_Tic_Tac_Toe1;
        }
Ejemplo n.º 2
0
 public static void erasePreviousDataPcGame()
 {
     Pc_Tic_Tac_Toe.restartTheGame(Pc_Tic_Tac_Toe.pc_Tic_Tac_Toe);
 }