Esempio n. 1
0
 public DataSet LoadAll()
 {
     LinkDAC dao = new LinkDAC(this.info);
     return dao.SelectAll();
 }