예제 #1
0
 public frmDSHocSinh()
 {
     InitializeComponent();
     BllGV = new BLL.GiangVien(this);
 }
예제 #2
0
파일: frmSua.cs 프로젝트: kyhuudong/Project
 public frmSua()
 {
     InitializeComponent();
     BLLgiangvien = new BLL.GiangVien(this);
 }
예제 #3
0
 public frm_Them()
 {
     InitializeComponent();
     bllGV = new BLL.GiangVien(this);
 }