private void txtbuscar_TextChanged(object sender, EventArgs e) { DataTable dt = Opln.filtrar(txtbuscar.Text); DtgProveedores.DataSource = dt; }