Пример #1
0
 /// <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);
Пример #2
0
 /// <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);