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