コード例 #1
0
        private void button7_Click(object sender, EventArgs e)
        {
            GroupStudent gs = new GroupStudent();

            this.Hide();
            gs.Show();
        }
コード例 #2
0
        private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            GroupStudent cg = new GroupStudent();

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