private void Autoauswahl_Click(object sender, RoutedEventArgs e) { Autoauswahl autoauswahl = new Autoauswahl(); autoauswahl.Show(); this.Hide(); }
private void Weiter_Click(object sender, RoutedEventArgs e) { Autoauswahl a = new Autoauswahl(); a.Show(); this.Hide(); }