private void BtnLectureSubject_Click(object sender, EventArgs e)
        {
            FormSubjects formSubjects = new FormSubjects();

            formSubjects.ShowDialog();
        }
Example #2
0
        private void btnStudentsSubject_Click(object sender, EventArgs e)
        {
            FormSubjects sub = new FormSubjects();

            sub.ShowDialog();
        }
        private void BtnStudentInformationSystemSubject_Click(object sender, EventArgs e)
        {
            FormSubjects subject = new FormSubjects();

            subject.ShowDialog();
        }
Example #4
0
        private void TStripMenuIFaculty_Click_1(object sender, EventArgs e)
        {
            FormSubjects subjects = new FormSubjects();

            subjects.ShowDialog();
        }
Example #5
0
        private void ToolStripMenuItem2_Click_1(object sender, EventArgs e)
        {
            FormSubjects subjects = new FormSubjects();

            subjects.ShowDialog();
        }
Example #6
0
        private void BtnSubject_Click(object sender, EventArgs e)
        {
            FormSubjects subj = new FormSubjects();

            subj.ShowDialog();
        }