コード例 #1
0
 public CorrectScoreCEN(ICorrectScoreCAD _ICorrectScoreCAD)
 {
     this._ICorrectScoreCAD = _ICorrectScoreCAD;
 }
コード例 #2
0
 public CorrectScoreCEN()
 {
     this._ICorrectScoreCAD = new CorrectScoreCAD();
 }