Beispiel #1
0
 private void CancelChangesExecute(object obj)
 {
     // TODO: Verify
     _timeEntryRepository.RemoveTimeEntiresWithErrors();
     ApplicationCommands.Resync.Execute(null);
     PlaceHolderActivated = false;
     //TaskSaved(null);
 }