Пример #1
0
        protected ControlPanel(HotWaterSupply hotWaterSupply, ContainmentVessel containmentVessel)
        {
            this.hotWaterSupply = hotWaterSupply;
            this.hotWaterSupply.ControlPanel = this;

            this.containmentVessel = containmentVessel;
            this.containmentVessel.ControlPanel = this;
        }
Пример #2
0
        protected ControlPanel(HotWaterSupply hotWaterSupply, ContainmentVessel containmentVessel)
        {
            this.hotWaterSupply = hotWaterSupply;
            this.hotWaterSupply.ControlPanel = this;

            this.containmentVessel = containmentVessel;
            this.containmentVessel.ControlPanel = this;
        }