private void editarfun(object sender, EventArgs e) { bool which = true; Cadastro_Funcionario editfun = new Cadastro_Funcionario(which); editfun.Show(); }
private void cadfun(object sender, EventArgs e) { bool which = false; Cadastro_Funcionario CadFun = new Cadastro_Funcionario(which); CadFun.Show(); }