private void 图书借阅ToolStripMenuItem_Click(object sender, EventArgs e) { var borrow = new Borrow { MdiParent = this }; borrow.Show(); }