Ejemplo n.º 1
0
 public frm_hoadon()
 {
     InitializeComponent();
     bllkh = new BLL.BLL_khachhang(this);
     bllnv = new BLL.BLL_nhanvien(this);
     bllhh = new BLL.BLL_hanghoa(this);
     bllhd = new BLL.BLL_hoadon(this);
 }
Ejemplo n.º 2
0
 public frm_nhanvien()
 {
     InitializeComponent();
     bll_nv = new BLL.BLL_nhanvien(this);
 }