Beispiel #1
0
 public frm_nhacungcap()
 {
     InitializeComponent();
     bllncc = new BLL.BLL_nhacungcap(this);
 }
Beispiel #2
0
 public frm_hanghoa()
 {
     InitializeComponent();
     bllncc = new BLL.BLL_nhacungcap(this);
     bllhh  = new BLL.BLL_hanghoa(this);
 }