/// <summary> /// Sets the state of the device from the specified object /// </summary> /// <param name="state">Device state</param> public void RestoreState(IDeviceState state) => state.RestoreDeviceState(this);
/// <summary> /// Sets the state of the device from the specified object /// </summary> /// <param name="state">Device state</param> public override void RestoreState(IDeviceState state) => state.RestoreDeviceState(this);