コード例 #1
0
 private void txtCambioOficial_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = Numeros.EnterosYDecimales(e, txtCambioOficial, 4);
 }