示例#1
0
        private void thêmKệSáchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmThemKeSach a = new frmThemKeSach();

            a.MdiParent = this;
            a.Show();
        }
示例#2
0
        private void button7_Click(object sender, EventArgs e)
        {
            Form a = new frmThemKeSach();

            a.Show();
        }