Exemple #1
0
 public IPAutomationBroker(IIpListener ipListener, List <INotifier> notifiers)
 {
     Notifiers  = notifiers;
     IPListener = ipListener;
     IPListener.OnNewNotification += OnNewNotification;
 }
 public IPAutomationBroker(IIpListener ipListener, List<INotifier> notifiers)
 {
     Notifiers = notifiers;
     IPListener = ipListener;
     IPListener.OnNewNotification += OnNewNotification;
 }