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