예제 #1
0
        public DataSvcMapFile(DataSvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
예제 #2
0
        public DataSvcMapFile(DataSvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
예제 #3
0
 public DataSvcMapFile()
 {
     _impl = new DataSvcMapFileImpl();
 }
예제 #4
0
 public DataSvcMapFile()
 {
     _impl = new DataSvcMapFileImpl();
 }