Beispiel #1
0
 public Dialog_HocVien(Boolean isThem, String ma, String maLop)
 {
     InitializeComponent();
     this.hocVienBLL = new HocVienBLL();
     this.isThem     = isThem;
     this.ma         = ma;
     this.maLop      = maLop;
 }
Beispiel #2
0
 public GUI_HocVien()
 {
     InitializeComponent();
     this.hocVienBll  = new HocVienBLL();
     this.diemDanhBLL = new DiemDanhBLL();
 }