Exemple #1
0
 public TargetCEN(ITargetCAD _ITargetCAD)
 {
     this._ITargetCAD = _ITargetCAD;
 }
Exemple #2
0
 public TargetCEN()
 {
     this._ITargetCAD = new TargetCAD();
 }