Ejemplo n.º 1
0
        private void btn_sanpham_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmSach sach = new frmSach();

            sach.ShowDialog();
        }
Ejemplo n.º 2
0
        private void quảnLýKhoSáchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmSach sach = new frmSach();

            sach.ShowDialog();
        }