Ejemplo n.º 1
0
 private void txtcanti_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeroos(e);
 }
Ejemplo n.º 2
0
 private void txtexistencia_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.SoloNumeroos(e);
 }