Exemple #1
0
 public void Close()
 {
     this.Clear();
     this.htData      = null;
     this.objFucntion = null;
 }
Exemple #2
0
 public QueryString()
 {
     htData      = new Dictionary <string, string>();
     objFucntion = new LibCommon();
 }