Example #1
0
 private void OnExecute(object sender, TaskEventArgs <T> e)
 {
     this.ExecuteInternal(this.taskDictionary, e.TaskMode);
 }
Example #2
0
 private void OnUndo(object sender, TaskEventArgs <T> e)
 {
     this.UndoInternal(this.taskDictionary);
 }