Esempio n. 1
0
 public Core.OngoingStubbing Execute(Core.ExecutesDelegate function)
 {
     returns.Add(new Executes(function));
     return(ongoingStubbing);
 }
Esempio n. 2
0
 public Executes(Core.ExecutesDelegate function)
 {
     this.function = function;
 }