Esempio n. 1
0
 internal void RaisePowerNotification(CoreDevice device, PowerState state)
 {
     if (OnPowerStateNotification != null)
     {
         OnPowerStateNotification(this, state);
     }
 }
Esempio n. 2
0
 internal void RaisePowerNotification(CoreDevice device, PowerState state)
 {
     if (OnPowerStateNotification != null)
     {
         OnPowerStateNotification(this, state);
     }
 }
Esempio n. 3
0
 internal void SetCore(CoreDevice core)
 {
     this._core = core;
 }