private void ToolStripMenuSpeciality_Click(object sender, EventArgs e) { FormSpecialities spec = new FormSpecialities(); spec.ShowDialog(); }
private void BtnStudentInformationSystemSpeciality_Click(object sender, EventArgs e) { FormSpecialities speciality = new FormSpecialities(); speciality.ShowDialog(); }
private void TStripMenuSemester_Click(object sender, EventArgs e) { FormSpecialities sem = new FormSpecialities(); sem.ShowDialog(); }