コード例 #1
0
ファイル: MyCalculator.cs プロジェクト: jasonten/HomeWork
 public MyCalculator(IGroupCount GroupCount, IDdlType DdlType)
 {
     this._GroupCount = GroupCount;
     this._DdlType = DdlType;
 }
コード例 #2
0
ファイル: MyCalculator.cs プロジェクト: jasonten/HomeWork
 public MyCalculator(IGroupCount GroupCount, IDdlType DdlType)
 {
     this._GroupCount = GroupCount;
     this._DdlType    = DdlType;
 }