internal void RaisePowerNotification(CoreDevice device, PowerState state) { if (OnPowerStateNotification != null) { OnPowerStateNotification(this, state); } }
internal void SetCore(CoreDevice core) { this._core = core; }