Exemple #1
0
 public ITascTarget Do(Tasc tasc)
 {
     throw new NotImplementedException(string.Format("The TascTarget \"{0}\" has not been defined yet", Name));
 }
Exemple #2
0
 public ITascTarget Do(Tasc tasc)
 {
     _tascs.Add(tasc);
     return(this);
 }