Ejemplo n.º 1
0
 public ComposedMission Add(FunctionsContainer.MyDel del)
 {
     this.listDel.Add(del);
     return(this);
 }
Ejemplo n.º 2
0
 public SingleMission(FunctionsContainer.MyDel d, string s)
 {
     this.del  = d;
     this.Name = s;
     this.Type = "Single";
 }