Ejemplo n.º 1
0
 private void txt_cantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloNumeros(e);
 }
Ejemplo n.º 2
0
 private void txt_ppublico_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.SoloNumeros(e);
 }