Ejemplo n.º 1
0
        private void NewGame_Click(object sender, RoutedEventArgs e)
        {
            NewGameForm form1 = new NewGameForm();

            form1.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void NewGameButton_Click(object sender, RoutedEventArgs e)
        {
            NewGameForm newgame = new NewGameForm();

            newgame.Show();
        }