Ejemplo n.º 1
0
 private void NudCantidad_ValueChanged(object sender, EventArgs e)
 {
     Validaciones.soloNumero(nudCantidad.ToString());
 }