Ejemplo n.º 1
0
 public UserControlInsertInputPoint()
 {
     InitializeComponent();
     dbInputExam = new DBInputExam();
     dbStudying  = new DBStudying();
     dbRegister  = new DBRegister();
     dbClass     = new DBClass();
     dbBlackList = new DBBlackList();
 }
Ejemplo n.º 2
0
        public UserControlArrange()
        {
            InitializeComponent();

            dbRegister   = new DBRegister();
            dbClassType  = new DBClassType();
            dbClassLevel = new DBClassLevel();
            dbClass      = new DBClass();
            dbInputExam  = new DBInputExam();
        }
 public UserControlStudent()
 {
     InitializeComponent();
     dbInputExam = new DBInputExam();
 }