コード例 #1
0
        private void Borrow_Click(object sender, EventArgs e)
        {
            FindBookForm find = new FindBookForm();

            find.ShowDialog();
        }
コード例 #2
0
        private void 借书办理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindBookForm find = new FindBookForm();

            find.ShowDialog();
        }
コード例 #3
0
        private void toolStripStatusLabel3_Click(object sender, EventArgs e)
        {
            FindBookForm find = new FindBookForm();

            find.ShowDialog();
        }