Ejemplo n.º 1
0
        private void btnFuncionario_Click(object sender, EventArgs e)
        {
            frmCadastroFuncionarios tela = new frmCadastroFuncionarios();

            tela.ShowDialog();
        }
Ejemplo n.º 2
0
 private void funcionáriosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmCadFuncionario.ShowDialog();
 }