Exemplo n.º 1
0
        private void btnCadastrar_Click(object sender, EventArgs e)
        {
            frmCadastroFuncionario tela = new frmCadastroFuncionario();

            tela.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void funcionárioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastroFuncionario tela = new frmCadastroFuncionario();

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