Пример #1
0
 public MainWindow()
 {
     InitializeComponent();
     //create new game
     newGame = new ApplesToApples();
     LblPlayerNum_1.Content = newGame.newPlayer.getPlayerNum();
     allChooseBtns(false);
     AllChoicesInvisible();
 }
Пример #2
0
 public MainWindow()
 {
     InitializeComponent();
     //create new game
     newGame = new ApplesToApples();
     LblPlayerNum_1.Content = newGame.newPlayer.getPlayerNum();
     allChooseBtns(false);
     AllChoicesInvisible();
 }