コード例 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            StudentProfile sp = new StudentProfile();

            sp.Show();
            this.Hide();
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            StudentProfile SP = new StudentProfile();

            SP.Show();
        }