Ejemplo n.º 1
0
        private void iDToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            SearchForStudent a = new SearchForStudent();

            a.Show();
        }
Ejemplo n.º 2
0
        private void SearchStudentButton_Click(object sender, EventArgs e)
        {
            SearchForStudent a = new SearchForStudent();

            a.Show();
        }