예제 #1
0
        private void Autoauswahl_Click(object sender, RoutedEventArgs e)
        {
            Autoauswahl autoauswahl = new Autoauswahl();

            autoauswahl.Show();
            this.Hide();
        }
예제 #2
0
        private void Weiter_Click(object sender, RoutedEventArgs e)
        {
            Autoauswahl a = new Autoauswahl();

            a.Show();
            this.Hide();
        }