public TopoPointsTest2(TopoPoints2 tps, TopoPts2Mgr tpMgr) { this.tps2 = tps; this.tpMgr = tpMgr; tps.Message = "initialized\n"; }
public TopoPts2Mgr() { TpConsts = new TopoPtsConsts(); TopoPts = new TopoPoints2(); }