From 96732f507e2fe076b404277429b68587bfacdef3 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Thu, 23 Feb 2017 08:53:42 +0000 Subject: [PATCH] EgtCAM5 : - Correzione bottone x(annulla) ricerca in MTable. --- MTableDb/MTableDbViewModel.vb | 2 +- My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MTableDb/MTableDbViewModel.vb b/MTableDb/MTableDbViewModel.vb index 77cce54..306399a 100644 --- a/MTableDb/MTableDbViewModel.vb +++ b/MTableDb/MTableDbViewModel.vb @@ -597,8 +597,8 @@ Namespace EgtCAM5 Dim CurrAssociation As MTableAssociationGridBoxItem = m_TablesList(TableIndex).AssociationList(AssociationIndex) CurrAssociation.IsValidForSearch = False Next + Exit For End If - Exit For Next End Sub diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 3fdc0b2..15d6f09 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +