Ejemplo n.º 1
0
 private void OnScreenPowerMgmtEvent(ScreenPowerMgmtEventArgs args)
 {
     if (this.ScreenPower != null)
     {
         this.ScreenPower(this, args);
     }
 }
Ejemplo n.º 2
0
 private void OnScreenPowerMgmtEvent(ScreenPowerMgmtEventArgs args)
 {
     ScreenPower?.Invoke(this, args);
 }