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