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