Esempio n. 1
0
 public csXML(string version, string encoding)
 {
     this.version  = version;
     this.encoding = encoding;
     this.document = new csDocument();
 }
Esempio n. 2
0
 public csXML()
 {
     this.document = new csDocument();
 }