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