private void 学生信息列表ToolStripMenuItem1_Click(object sender, EventArgs e) { SelectSexForm selectSexForm = new SelectSexForm(); selectSexForm.MdiParent = this; selectSexForm.Show(); }
private void toolStripButton1_Click(object sender, EventArgs e) { SelectSexForm selectSexForm = new SelectSexForm(); selectSexForm.MdiParent = this; selectSexForm.Show(); }