private void Starcraft2Button_Click(object sender, RoutedEventArgs e) { Starcraft2 starcraft2 = new Starcraft2(); starcraft2.Show(); this.Close(); }