コード例 #1
0
ファイル: cHuman.cs プロジェクト: sayaotonathi/BMI_Calculator
 public cHuman(double _height, double _weight, iBMIChecker _bmiChecker)
 {
     this.Height     = _height;
     this.Weight     = _weight;
     this.bmiChecker = _bmiChecker;
 }