Пример #1
0
 protected bool HasSubscriber(string eventName)
 {
     return(EventDispatcher.HasSubscriber(eventName));
 }