示例#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);
 }