private void txtFabrica_KeyPress(object sender, KeyPressEventArgs e) { valida.CampoNumerico(e); }
private void txtCod_KeyPress(object sender, KeyPressEventArgs e) { validaciones.CampoNumerico(e); }
private void eventCantidad(object sender, KeyPressEventArgs e) { va.CampoNumerico(e); }