From 3ce46d39acfc8c83fa868d2f75651f6d90e836f3 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 10 Feb 2017 19:03:48 +0000 Subject: [PATCH] EgtCAM5 1.8b5 : - aggiunta assegnazione path IniFile a EgtInterface. --- MainWindow/MainWindowViewModel.vb | 4 +++- My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MainWindow/MainWindowViewModel.vb b/MainWindow/MainWindowViewModel.vb index a38f8e9..2f18829 100644 --- a/MainWindow/MainWindowViewModel.vb +++ b/MainWindow/MainWindowViewModel.vb @@ -365,7 +365,9 @@ Namespace EgtCAM5 Dim sLuaBaseLib As String = String.Empty GetPrivateProfileString(S_LUA, K_BASELIB, "EgtBase", sLuaBaseLib) EgtLuaRequire(sLuaBaseLib) - '' Impostazioni MruLists + ' imposto IniFile a EgtInterface + EgtSetIniFile(m_sIniFile) + ' Impostazioni MruLists m_MruFiles.Init(S_MRUFILES, 8) m_MruScripts.Init(S_MRUSCRIPTS, 8) If IniFile.IsActiveDoors() Then diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 4a8eef9..5fa83b2 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +