예제 #1
0
 public static ReadOnlyThermostatFanState ToThermostatFanState(this XElement element)
 {
     return(ReadOnlyThermostatFanState.FromXElement(element));
 }