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