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

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

            muontra.ShowDialog();
        }