Example #1
0
        private void editarfun(object sender, EventArgs e)
        {
            bool which = true;
            Cadastro_Funcionario editfun = new Cadastro_Funcionario(which);

            editfun.Show();
        }
Example #2
0
        private void cadfun(object sender, EventArgs e)
        {
            bool which = false;
            Cadastro_Funcionario CadFun = new Cadastro_Funcionario(which);

            CadFun.Show();
        }