private void BtnLectureSubject_Click(object sender, EventArgs e) { FormSubjects formSubjects = new FormSubjects(); formSubjects.ShowDialog(); }
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(); }
private void TStripMenuIFaculty_Click_1(object sender, EventArgs e) { FormSubjects subjects = new FormSubjects(); subjects.ShowDialog(); }
private void ToolStripMenuItem2_Click_1(object sender, EventArgs e) { FormSubjects subjects = new FormSubjects(); subjects.ShowDialog(); }
private void BtnSubject_Click(object sender, EventArgs e) { FormSubjects subj = new FormSubjects(); subj.ShowDialog(); }