Пример #1
0
 public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay = a.TimeOfDay;
 }
Пример #2
0
 public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay         = a.TimeOfDay;
 }