Beispiel #1
0
 private void Button_Click_4(object sender, RoutedEventArgs e)
 {
     CommandControl window = new CommandControl();
     window.Show();
 }
Beispiel #2
0
        private void Button_Click_4(object sender, RoutedEventArgs e)
        {
            CommandControl window = new CommandControl();

            window.Show();
        }