Exemplo n.º 1
0
 public EventExecutor(EventContext context)
 {
     Context = context;
 }
Exemplo n.º 2
0
 public EventRunnable(EventArgs evnt, EventContext context, EventHub hub)
 {
     Event   = evnt;
     Context = context;
     Hub     = hub;
 }