public void Init(UserInterface ui, HotWaterSource hws) { this.ui = ui; this.hws = hws; }
public void Init(HotWaterSource hws, ContainmentVessel cv) { this.hws = hws; this.cv = cv; }