private void 添加课程ToolStripMenuItem_Click(object sender, EventArgs e) { AAddCourse ac = new AAddCourse(); ac.MdiParent = this; ac.Show(); }