Exemplo n.º 1
0
 public QueryResult()
 {
     msg = "qry";
     cnt = new QueryCnt ();
 }
Exemplo n.º 2
0
 public QueryResult(string c)
 {
     msg = "qry";
     cnt = new QueryCnt (c);
 }