Ejemplo n.º 1
0
 public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay = a.TimeOfDay;
 }
Ejemplo n.º 2
0
 public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay         = a.TimeOfDay;
 }