public AddState(TaskManager _tm) { // TODO: Complete member initialization this._tm = _tm; }
public DeleteState(TaskManager _tm) { this._tm = _tm; }