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: ' - - + +