Example #1
0
        private void phòngBanToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmQLPhongBan nv = new frmQLPhongBan();

            this.Hide();
            nv.ShowDialog();
            this.Show();
        }
Example #2
0
        private void MnuThemPB_Click(object sender, EventArgs e)
        {
            frmQLPhongBan frm = new frmQLPhongBan();

            frm.ShowDialog();
        }