Exemplo n.º 1
0
        private void 添加书籍_Click(object sender, EventArgs e)
        {
            // 借书
            BookQueryAndBor subForm = new BookQueryAndBor();

            subForm.Show();
        }
Exemplo n.º 2
0
        private void 借书ToolStripMenuItem_Click(object sender, EventArgs e)
        {   //借书
            BookQueryAndBor subForm = new BookQueryAndBor();

            subForm.Show();
        }