Пример #1
0
 private void Redo_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = Edits.CanRedo();
 }