コード例 #1
0
        private void groupStudentsToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            GroupStudents l = GroupStudents.getInstance();

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