private void FDU_ImportacaoFuncionarios_Load(object sender, EventArgs e)
 {
     try
     {
         motor = new ClsFuncionario(BSO, PSO);
     }catch (Exception ex)
     {
     }
 }
Exemplo n.º 2
0
 private void txtConsulta_TextChanged(object sender, EventArgs e)
 {
     dgvFuncionarios.DataSource = ClsFuncionario.recuperarTodosFiltro(txtConsulta.Text);
 }