示例#1
0
        public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
        public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
示例#3
0
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }