From 7dc34348ed19ad2f3609908ce0dd9b9df006392f Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 18 Dec 2023 10:33:10 +0100 Subject: [PATCH] =?UTF-8?q?EgtCAM5=202.5l2=20:=20-=20all'uscita=20dal=20DB?= =?UTF-8?q?=20lavorazioni=20se=20in=20modalit=C3=A0=20lavora=20si=20aggior?= =?UTF-8?q?na=20subito=20la=20lista=20delle=20lavorazioni=20inseribili.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MachinePanel/MyMachinePanelVM.vb | 1 + My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MachinePanel/MyMachinePanelVM.vb b/MachinePanel/MyMachinePanelVM.vb index 068edf3..2d7bc16 100644 --- a/MachinePanel/MyMachinePanelVM.vb +++ b/MachinePanel/MyMachinePanelVM.vb @@ -283,6 +283,7 @@ Public Class MyMachinePanelVM MachDbWindowV.Width = 1024 MachDbWindowV.Owner = Application.Current.MainWindow MachDbWindowV.ShowDialog() + If Not IsNothing(Map.refMachiningTreeExpanderVM) Then Map.refMachiningTreeExpanderVM.UpdateOperationMachiningList() End If End Sub diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 7feb464..cf23d9d 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -70,6 +70,6 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +