Exemplo n.º 1
0
 public FrmHHTK()
 {
     InitializeComponent();
     bllHHTK = new HHTKBLL();
 }
Exemplo n.º 2
0
 public FrmKho()
 {
     InitializeComponent();
     bllK    = new KHOBLL();
     bllHHTK = new HHTKBLL();
 }