示例#1
0
 public frmNhapHang(Form f)
 {
     spbll  = new SanPhamBLL();
     khbll  = new KhoHangBLL();
     ds     = new DataSet();
     this.f = f;
     InitializeComponent();
 }