コード例 #1
0
 public Clarity(TemperatureSensor tempSensor, CirculationSensor circSensor, LightController lightController)
 {
     this.temperatureSensor = tempSensor;
     this.circulationSensor = circSensor;
     this.lightController   = lightController;
 }