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