Exemple #1
0
        private void buttonX2_Click(object sender, EventArgs e)
        {
            Student s = new Student();

            s.Show();
        }