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