Esempio n. 1
0
 public frmDSHocSinh()
 {
     InitializeComponent();
     BllGV = new BLL.GiangVien(this);
 }
Esempio n. 2
0
 public frmSua()
 {
     InitializeComponent();
     BLLgiangvien = new BLL.GiangVien(this);
 }
Esempio n. 3
0
 public frm_Them()
 {
     InitializeComponent();
     bllGV = new BLL.GiangVien(this);
 }