Exemplo n.º 1
0
        private void add_student_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            add_student addstudent = new add_student();

            addstudent.Show();
        }
        private void button3_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            add_student add_stu = new add_student();

            add_stu.Show();
        }