Example #1
0
 private void frmQuanLyDV_Load(object sender, EventArgs e)
 {
     dgvDanhSach.DataSource = DAL_DV.GetAll();
 }