Example #1
0
 public DanhSachSV(KhoaMNg khoaMNg, DbAccess db, string id, string tenLop, string niemKhoa) : this(db, id, tenLop, niemKhoa)
 {
     this.khoaMNg = khoaMNg;
 }
Example #2
0
 public DanhSachSV(DbAccess db, string id, string tenLop, string nienKhoa) : this(db, id)
 {
     label3.Text += "Lớp " + tenLop + " Niên khóa: " + nienKhoa;
 }
Example #3
0
 public SuaSinhVien(SinhVien s, DbAccess db, Form1 form1) : this(s, db)
 {
     this.form1 = form1;
 }
Example #4
0
 public ThemSinhVien(DbAccess db, Form1 form1) : this(db)
 {
     this.form1 = form1;
 }
Example #5
0
 public KhoaMNg(Form1 form1, DbAccess db) : this(db)
 {
     this.form1 = form1;
 }
Example #6
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Db = new DbAccess();
     UpDateTable();
 }