private void txtPallet_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Exemple #2
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Exemple #3
0
 private void txtCantiAdquirida_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Exemple #4
0
 private void txtCanAdqInsumos_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidarDatos.SoloNumeros(e);
 }
Exemple #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);
 }