Ejemplo n.º 1
0
 public TargetCEN(ITargetCAD _ITargetCAD)
 {
     this._ITargetCAD = _ITargetCAD;
 }
Ejemplo n.º 2
0
 public TargetCEN()
 {
     this._ITargetCAD = new TargetCAD();
 }