예제 #1
0
 public void ManipulationEnded(ManipulationCompletedEventArgs e)
 {
     if (SelectedTool != null && !IsWorking)
     {
         SelectedTool.Ended(e);
         CanApply   = true;
         _noChanges = false;
         UndoCommand.RaiseCanExecuteChanged();
     }
 }