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