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