From d54da20d9e0512c977ea474dec2c8261b9241adb Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 1 Jul 2026 10:37:47 +0200 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20de=20anterior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Baget/Aplicacion.nuspec | 2 +- My Project/AssemblyInfo.vb | 6 +++--- Obsoleto/ApCabLin.vb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Baget/Aplicacion.nuspec b/Baget/Aplicacion.nuspec index 00ef9a0..83f2532 100644 --- a/Baget/Aplicacion.nuspec +++ b/Baget/Aplicacion.nuspec @@ -2,7 +2,7 @@ tsWPF - 5.0.10.0 + 5.0.11.0 Tecnosis Tecnosis false diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index a35aa9d..c78ba87 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -55,11 +55,11 @@ Imports System.Windows ' mediante el asterisco ('*'), como se muestra a continuación: ' - - + + -' Cambios en la versión 5.0.10.0 +' Cambios en la versión 5.0.11.0 ' 01/07/2026 V 5.0.10 Cambios en guardar. En caso de una excepción de concurrencia se intenta desabilitando la detección de la misma diff --git a/Obsoleto/ApCabLin.vb b/Obsoleto/ApCabLin.vb index 9624bb1..b6025d7 100644 --- a/Obsoleto/ApCabLin.vb +++ b/Obsoleto/ApCabLin.vb @@ -685,8 +685,8 @@ Public Class ApCabLin End If Catch ex As OptimisticConcurrencyException - If DelegadoErrorNoControlado IsNot Nothing Then DelegadoErrorNoControlado.Invoke(Me, ex) Me.bdEntidad.SaveChanges(SaveOptions.AcceptAllChangesAfterSave) + If DelegadoErrorNoControlado IsNot Nothing Then DelegadoErrorNoControlado.Invoke(Me, ex) End Try If Not OcultarStoryBoard Then Me.ContenedorCL.Dispatcher.BeginInvoke(New Action(Sub() Me.ContenedorCL.IniciaAnimacion("Datos Guardados", Colors.Black)), System.Windows.Threading.DispatcherPriority.Normal) If Me.Estado = EstadosCablin.Nuevo Then