예제 #1
0
 public static ReadOnlyThermostatFanState Copy(this IThermostatFanState state)
 {
     return(ReadOnlyThermostatFanState.CopyFrom(state));
 }