Exemple #1
0
        private void BoxCodigo_Click(object sender, EventArgs e)
        {
            Cadastro_Funcionario TCadfun = new Cadastro_Funcionario();

            TCadfun.ShowDialog();
        }
Exemple #2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Cadastro_Funcionario TCadFunc = new Cadastro_Funcionario();

            TCadFunc.ShowDialog();
        }