Пример #1
0
 protected AsyncPubSubEvent(IEventHub hub)
 {
     hub.NullGuard();
     _hub = hub;
 }