예제 #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;
 }