Esempio n. 1
0
 public DanhSachSV(KhoaMNg khoaMNg, DbAccess db, string id, string tenLop, string niemKhoa) : this(db, id, tenLop, niemKhoa)
 {
     this.khoaMNg = khoaMNg;
 }
Esempio n. 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;
 }
Esempio n. 3
0
 public SuaSinhVien(SinhVien s, DbAccess db, Form1 form1) : this(s, db)
 {
     this.form1 = form1;
 }
Esempio n. 4
0
 public ThemSinhVien(DbAccess db, Form1 form1) : this(db)
 {
     this.form1 = form1;
 }
Esempio n. 5
0
 public KhoaMNg(Form1 form1, DbAccess db) : this(db)
 {
     this.form1 = form1;
 }
Esempio n. 6
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Db = new DbAccess();
     UpDateTable();
 }