private void txtCambioOficial_KeyPress(object sender, KeyPressEventArgs e) { e.Handled = Numeros.EnterosYDecimales(e, txtCambioOficial, 4); }