Exemplo n.º 1
0
 public void Init(HotWaterSource hws, ContainmentVessel cv)
 {
     this._hotWaterSource    = hws;
     this._containmentVessel = cv;
 }
Exemplo n.º 2
0
 public void Init(UserInterface ui, ContainmentVessel cv)
 {
     this.ui = ui;
     this.cv = cv;
 }