Beispiel #1
0
 private void ConsultaAlteraTexto(object sender, EventArgs e)
 {
     if (txtFiltro.Text.Length > 0)
     {
         carregamento.MontaPesquisa(gridPrincipal, txtFiltro.Text, btnConsultar.Text);
     }
 }
Beispiel #2
0
 private void txtPesquisa_TextChanged(object sender, EventArgs e)
 {
     if (txtFiltro.Text.Length > 0)
     {
         carregamento.MontaPesquisa(gridPrincipal, txtFiltro.Text, txtPesquisa.Text);
     }
 }