Example #1
0
 public AddState(TaskManager _tm)
 {
     // TODO: Complete member initialization
     this._tm = _tm;
 }
Example #2
0
 public DeleteState(TaskManager _tm)
 {
     this._tm = _tm;
 }