public UserControlExam()
 {
     InitializeComponent();
     // tạo mới lớp BAL
     dbClass      = new DBClass();
     dbClassType  = new DBClassType();
     dbOutputExam = new DBOutputExam();
     dbBlackList  = new DBBlackList();
 }
示例#2
0
 public UserControlInsertInputPoint()
 {
     InitializeComponent();
     dbInputExam = new DBInputExam();
     dbStudying  = new DBStudying();
     dbRegister  = new DBRegister();
     dbClass     = new DBClass();
     dbBlackList = new DBBlackList();
 }
示例#3
0
 public UserControlSetting()
 {
     InitializeComponent();
     dbBlackList = new DBBlackList(); // khai báo lớp BAL
 }