Ejemplo n.º 1
0
 void Danh_Sach_San_Pham()
 {
     dtGV_SanPham.DataSource = SP.DS_SanPham();
     dtGV_SanPham.ReadOnly   = true;
 }