コード例 #1
0
 public void Init(HotWaterSource hws, ContainmentVessel cv)
 {
     this._hotWaterSource    = hws;
     this._containmentVessel = cv;
 }
コード例 #2
0
 public void Init(UserInterface ui, HotWaterSource hws)
 {
     this.ui  = ui;
     this.hws = hws;
 }