Example #1
0
 private void HienThi(string where)
 {
     dgvDanhSach.DataSource = dal_Ph.TaoBang(where);
 }