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