コード例 #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;
 }