Server/ConsumerElectronicControl.cs
changeset 260 d44943088c67
parent 235 ba14a29944c4
     1.1 --- a/Server/ConsumerElectronicControl.cs	Tue Aug 30 11:04:40 2016 +0200
     1.2 +++ b/Server/ConsumerElectronicControl.cs	Tue Aug 30 16:50:37 2016 +0200
     1.3 @@ -82,14 +82,14 @@
     1.4          {
     1.5              MonitorPowerOn = true;
     1.6              //Trigger corresponding event thus executing associated actions
     1.7 -            Properties.Settings.Default.EarManager.TriggerEvent<EventMonitorPowerOn>();            
     1.8 +            Properties.Settings.Default.EarManager.TriggerEvents<EventMonitorPowerOn>();            
     1.9          }
    1.10  
    1.11          private void OnMonitorPowerOff()
    1.12          {
    1.13              MonitorPowerOn = false;
    1.14              //Trigger corresponding event thus executing associated actions
    1.15 -            Properties.Settings.Default.EarManager.TriggerEvent<EventMonitorPowerOff>();
    1.16 +            Properties.Settings.Default.EarManager.TriggerEvents<EventMonitorPowerOff>();
    1.17          }
    1.18  
    1.19          /// <summary>