Beispiel #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            ManageStudent manageStudent = new ManageStudent();

            manageStudent.ShowDialog();
        }
Beispiel #2
0
        private void 学生管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageStudent manageStudent = new ManageStudent();

            manageStudent.ShowDialog();
        }