Пример #1
0
 private void bb_endEntrega_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(CD_Clifor.Text))
     {
         UtilPesquisa.BTN_BuscaEndereco(new Componentes.EditDefault[] { logradouroent, numeroent, complementoent, bairroent, cd_cidadent, ds_cidadeent, uf_ent }, "a.cd_clifor|=|'" + CD_Clifor.Text + "';isnull(a.st_endentrega, 'N')|=|'S'");
     }
 }