예제 #1
0
 private void CommandBinding_ExecutedConnect(object sender, ExecutedRoutedEventArgs e)
 {
     ConnectionWindow conWnd = new ConnectionWindow();
     conWnd.Show();
 }
예제 #2
0
 public override void Execute(object parameter)
 {
     ConnectionWindow conWnd = new ConnectionWindow();
     conWnd.Show();
 }