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