예제 #1
0
 private void frmBanHang_Load(object sender, EventArgs e)
 {
     dtgvHangHoa.DataSource = bus_SanPham.GetAllSanPham();
 }