Beispiel #1
0
 private void loadata()
 {
     dt = BUS_NHANVIEN.HienThi_NhanVien_All();
     grcNhanVien.DataSource = dt;
 }