コード例 #1
0
        private void label3_Click(object sender, EventArgs e)
        {
            StudentViewCourses svc = new StudentViewCourses();

            this.Hide();
            svc.Show();
        }
コード例 #2
0
        private void StudentsViewCoursespictureBox_Click(object sender, EventArgs e)
        {
            StudentViewCourses svc = new StudentViewCourses();

            this.Hide();
            svc.Show();
        }