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