Пример #1
0
 private void frmDV_Load(object sender, EventArgs e)
 {
     dgvDanhSach.DataSource = DV_DAO.GetAll();
 }