Ejemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     //create new game
     newGame = new ApplesToApples();
     LblPlayerNum_1.Content = newGame.newPlayer.getPlayerNum();
     allChooseBtns(false);
     AllChoicesInvisible();
 }
Ejemplo n.º 2
0
 public MainWindow()
 {
     InitializeComponent();
     //create new game
     newGame = new ApplesToApples();
     LblPlayerNum_1.Content = newGame.newPlayer.getPlayerNum();
     allChooseBtns(false);
     AllChoicesInvisible();
 }