Beispiel #1
0
        public UpdateStudentAttendanceModal(int tutorId)
        {
            InitializeComponent();
            this.TopLevel   = false;
            this.AutoScroll = true;
            this.Hide();

            _tutorSessionGroup = tutoR_SESSION_GROUPTableAdapter1.GetData(tutorId);
            _studentActivity   = studenT_ACTIVITYTableAdapter1.GetData();

            _groupId           = PopulateGroupComboBox();
            _studentActivityId = PopulateStudentActivityComboBox();
        }
        public UpdateStudentAttendanceModal(int tutorId)
        {
            InitializeComponent();
            this.TopLevel = false;
            this.AutoScroll = true;
            this.Hide();

            _tutorSessionGroup = tutoR_SESSION_GROUPTableAdapter1.GetData(tutorId);
            _studentActivity = studenT_ACTIVITYTableAdapter1.GetData();

            _groupId = PopulateGroupComboBox();
            _studentActivityId = PopulateStudentActivityComboBox();
        }