Example #1
0
        private void AddCourse_Click(object sender, EventArgs e)
        {
            this.Hide();
            StudentAddCourse f6 = new StudentAddCourse();

            f6.Show();
        }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            StudentAddCourse f5 = new StudentAddCourse();

            f5.Show();
        }