Example #1
0
        protected ControlPanel(HotWaterSupply hotWaterSupply, ContainmentVessel containmentVessel)
        {
            this.hotWaterSupply = hotWaterSupply;
            this.hotWaterSupply.ControlPanel = this;

            this.containmentVessel = containmentVessel;
            this.containmentVessel.ControlPanel = this;
        }
Example #2
0
        protected ControlPanel(HotWaterSupply hotWaterSupply, ContainmentVessel containmentVessel)
        {
            this.hotWaterSupply = hotWaterSupply;
            this.hotWaterSupply.ControlPanel = this;

            this.containmentVessel = containmentVessel;
            this.containmentVessel.ControlPanel = this;
        }
 protected ContainmentVessel(HotWaterSupply hotWaterSupply)
 {
     HotWaterSupply = hotWaterSupply;
 }
 protected ContainmentVessel(HotWaterSupply hotWaterSupply)
 {
     HotWaterSupply = hotWaterSupply;
 }