Esempio n. 1
0
 public GenericEndpointConfig(IWantToRunContext context)
 {
     this.context = context;
 }
Esempio n. 2
0
 public RunStuffInstance(IWantToRunContext context)
 {
     this.context = context;
     this.context.InstanceTimesRegistered++;
 }
Esempio n. 3
0
 public RunStuffScanned(IWantToRunContext context)
 {
     this.context = context;
 }