Ejemplo n.º 1
0
 public static ReadOnlyDeviceState Copy(this IDeviceState state)
 {
     return(ReadOnlyDeviceState.CopyFrom(state));
 }