Esempio n. 1
0
 public LazynetDefaultSocketEvent(ILazynetService serviceContext)
 {
     this.ServiceContext = serviceContext;
 }
Esempio n. 2
0
 protected LazynetTriggerProvider(ILazynetService context)
 {
     this.ServiceContext = context;
 }
Esempio n. 3
0
 public LazynetSystemTrigger(ILazynetService serviceContext)
     : base(serviceContext)
 {
 }
Esempio n. 4
0
 public GateHandler(ILazynetService serviceContext)
     : base(serviceContext)
 {
 }