From ae2d1e427b489bdf1a96a79892f1ab20985fe0cd Mon Sep 17 00:00:00 2001 From: NicolaP Date: Mon, 5 Sep 2022 14:21:24 +0200 Subject: [PATCH] Gestione file compialti --- Doors.vb | 2 ++ My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doors.vb b/Doors.vb index 95a640a..a911b30 100644 --- a/Doors.vb +++ b/Doors.vb @@ -41,6 +41,8 @@ Public Module Doors Dim sExecName As String = String.Empty GetMainPrivateProfileString(S_DOORS, K_DDFEXEC, "", sExecName) sExecPath = IniFile.m_sDoorsDirPath & "\" & sExecName + EgtLuaCreateGlobTable("DGD") + EgtLuaSetGlobStringVar("DGD.BASEDIR", IniFile.m_sDoorsDirPath & "\") If Not EgtLuaExecFile(sExecPath) Then Return False ' Setto variabili per quotatura Lua For Each HardwareDimension In Map.refDimensioningPanelVM.HardwareDimensionList diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 26654f0..a0c9541 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -72,5 +72,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +