Exemplo n.º 1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            gameState = GameState.TrackSelection;
            TrackSelection TS = new TrackSelection();

            TS.ShowDialog();
        }       //opens track select window
Exemplo n.º 2
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            TrackSelection TS = new TrackSelection();

            TS.ShowDialog();
        }