private void txtPrecioMinimo_KeyPress(object sender, KeyPressEventArgs e) { Filtro.NumerosDecimales(e); if (e.KeyChar == (char)Keys.Enter) { btnAceptar_Click(sender, e); } }