예제 #1
0
        private void StudentAboutUsButton_Click(object sender, EventArgs e)
        {
            StudentAboutUs aboutUs = new StudentAboutUs();

            aboutUs.Show();
            this.Hide();
        }
예제 #2
0
        private void AboutUsButton_Click(object sender, EventArgs e)
        {
            StudentAboutUs studentAbout = new StudentAboutUs();

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