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