예제 #1
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 public Number_PropertyType(Real Real)
 {
     this.Real=Real;
 }
예제 #2
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 public XRootNamespace(Real root)
 {
     this.doc=new XDocument(root.Untyped);
     this.rootObject=root;
 }