示例#1
0
文件: _Gts.cs 项目: nakijun/geosik
 public XRootNamespace(TM_PeriodDuration root)
 {
     this.doc        = new XDocument(root.Untyped);
     this.rootObject = root;
 }
示例#2
0
文件: _Gts.cs 项目: mcartoixa/GeoSIK
 public XRootNamespace(TM_PeriodDuration root)
 {
     this.doc=new XDocument(root.Untyped);
     this.rootObject=root;
 }