private void 新书入库ToolStripMenuItem_Click(object sender, EventArgs e) { Form form = new frmBook(); form.Show(); this.Hide(); }