Example #1
0
 private void btnBuscar_Click(object sender, EventArgs e)
 {
     dgvPersonas.DataSource = DALClientes.buscar(txtBuscar.Text);
 }