Esempio n. 1
0
 private void Undo_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = Edits.CanUndo();
 }