Class for monitoring the status of Plex Media Server
Exemplo n.º 1
0
 public TrayInteraction()
 {
     _pms = new PmsMonitor();
     _pms.PlexStatusChange += OnPlexEvent;
     ///Start plex
     Start();
 }
Exemplo n.º 2
0
 public TrayInteraction()
 {
     _pms = new PmsMonitor();
     _pms.PlexStatusChange += OnPlexEvent;
     ///Start plex
     Start();
 }