コード例 #1
0
        public TopoPointsTest2(TopoPoints2 tps, TopoPts2Mgr tpMgr)
        {
            this.tps2  = tps;
            this.tpMgr = tpMgr;

            tps.Message = "initialized\n";
        }
コード例 #2
0
        public TopoPts2Mgr()
        {
            TpConsts = new TopoPtsConsts();

            TopoPts = new TopoPoints2();
        }