private void txtcanti_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeroos(e); }
private void txtexistencia_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloNumeroos(e); }