예제 #1
0
 private void txtPrecio_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.Camposdecimales(e);
 }
예제 #2
0
 private void txtCantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     valida.Camposdecimales(e);
 }
 private void txtExistenciaProd_KeyPress(object sender, KeyPressEventArgs e)
 {
     validaciones.Camposdecimales(e);
 }