Beispiel #1
0
 public MatchCEN(IMatchCAD _IMatchCAD)
 {
     this._IMatchCAD = _IMatchCAD;
 }
Beispiel #2
0
 public MatchCEN()
 {
     this._IMatchCAD = new MatchCAD();
 }