Exemplo n.º 1
0
        private void btnChucVu_Click(object sender, EventArgs e)
        {
            frmChucVu frm = new frmChucVu();

            frm.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void menuChucVu_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmChucVu cv = new frmChucVu();

            cv.ShowDialog();
        }
Exemplo n.º 3
0
        private void quảnLýChứcVụToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmChucVu frm = new frmChucVu();

            frm.Show();
            this.Hide();
        }