예제 #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();
        }