Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 3
0
        private void TStripMenuSemester_Click(object sender, EventArgs e)
        {
            FormSpecialities sem = new FormSpecialities();

            sem.ShowDialog();
        }