Exemplo n.º 1
0
        private void quảnLýMượnToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmLapPhieuMuon a = new frmLapPhieuMuon();

            a.MdiParent = this;
            a.Show();
        }
Exemplo n.º 2
0
        private void quảnLýMượnSáchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form phieu = new frmLapPhieuMuon();

            phieu.MdiParent = this;
            phieu.Show();
        }