Пример #1
0
 public Query()
 {
     this.cs    = new Connection();
     this.cnn   = cs.ligar();
     this.query = null;
 }