public MainWindow() { InitializeComponent(); //create new game newGame = new ApplesToApples(); LblPlayerNum_1.Content = newGame.newPlayer.getPlayerNum(); allChooseBtns(false); AllChoicesInvisible(); }