Ejemplo n.º 1
0
 void CopyILBytesExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     CopyILBytesCommand.Execute(MainWindow.Instance.ActiveTextView);
 }
Ejemplo n.º 2
0
 void CopyILBytesCanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = CopyILBytesCommand.CanExecute(MainWindow.Instance.ActiveTextView);
 }