コード例 #1
0
 public csXML(string version, string encoding)
 {
     this.version  = version;
     this.encoding = encoding;
     this.document = new csDocument();
 }
コード例 #2
0
 public csXML()
 {
     this.document = new csDocument();
 }