Example #1
0
 // load data grid view
 void loadDataNhanVien()
 {
     gcNhanVien.DataSource = nv_bll.LoadNhanVien_BLL();
 }