示例#1
0
 public GoalCEN(IGoalCAD _IGoalCAD)
 {
     this._IGoalCAD = _IGoalCAD;
 }
示例#2
0
 public GoalCEN()
 {
     this._IGoalCAD = new GoalCAD();
 }