Exemple #1
0
        //xu ly nhap sach
        private void NhậpSáchToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            NhapSach nhapSach = new NhapSach();

            nhapSach.ShowDialog();
        }