Ejemplo n.º 1
0
        private void btn_xuatnhap_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmPhieuMuonTra muontra = new frmPhieuMuonTra();

            muontra.ShowDialog();
        }
Ejemplo n.º 2
0
        private void quảnLýPhiếuMượnTrảToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmPhieuMuonTra muontra = new frmPhieuMuonTra();

            muontra.ShowDialog();
        }