Exemple #1
0
        private void highScoreMI_Click(object sender, RoutedEventArgs e)
        {
            if (_highScoreWindow != null)
            {
                _highScoreWindow.Close();
            }

            _highScoreWindow = new HighScoreWindow();
            _highScoreWindow.Show();
        }
Exemple #2
0
        private void highScoreMI_Click(object sender, RoutedEventArgs e)
        {
            if (_highScoreWindow != null)
            {
                _highScoreWindow.Close();
            }

            _highScoreWindow = new HighScoreWindow();
            _highScoreWindow.Show();            
        }