Ejemplo n.º 1
0
 private void txtPallet_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Ejemplo n.º 2
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Ejemplo n.º 3
0
 private void txtCantiAdquirida_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Ejemplo n.º 4
0
 private void txtCanAdqInsumos_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Ejemplo n.º 5
0
 private void txtCantidad_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Ejemplo n.º 6
0
 private void txtCajasContenido_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }