Example #1
0
 public DataSet GetMonThi()
 {
     tsda = new ThiSinhDA();
     return(tsda.GetMonThi());
 }