Пример #1
0
 public PlexAutomationBroker(IPLexListener plexListener, List<INotifier> notifiers)
 {
     Notifiers = notifiers;
     PLexListener = plexListener;
     PLexListener.OnNewNotification += OnNewNotification;
 }
Пример #2
0
 public PlexAutomationBroker(IPLexListener plexListener, List <INotifier> notifiers)
 {
     Notifiers    = notifiers;
     PLexListener = plexListener;
     PLexListener.OnNewNotification += OnNewNotification;
 }