Beispiel #1
0
 public void SetReturnToGameScreen(ReturnToGames returnToGames)
 {
     _returnToGamesScreen = returnToGames;
 }
Beispiel #2
0
        private void ReturnToGameButton_Click(object sender, RoutedEventArgs e)
        {
            ReturnToGames returnToGames = new ReturnToGames(this, cl);

            returnToGames.Show();
        }