From 36fbb6e1768fa59a2582ce15951ba3bd1d25fcbd Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Thu, 20 May 2021 10:41:26 +0200 Subject: [PATCH] Aggiorno Versione --- MainWindow/MainWindowModel.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainWindow/MainWindowModel.vb b/MainWindow/MainWindowModel.vb index 62a3e8c..ff7e1f7 100644 --- a/MainWindow/MainWindowModel.vb +++ b/MainWindow/MainWindowModel.vb @@ -57,8 +57,8 @@ Friend Class MainWindowModel EgtUILib.GetPrivateProfileString(S_LICENCE, K_KEY, "", sKey, sLicFile) EgtSetKey(sKey) ' Recupero livello e opzioni della chiave - Dim bKey As Boolean = EgtGetKeyLevel(3279, 2304, 1, IniFile.m_nKeyLevel) And - EgtGetKeyOptions(3279, 2304, 1, IniFile.m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(3279, 2305, 1, IniFile.m_nKeyLevel) And + EgtGetKeyOptions(3279, 2305, 1, IniFile.m_nKeyOptions) 'Inizializzazione generale di EgtInterface m_nDebug = GetMainPrivateProfileInt(S_GENERAL, K_DEBUG, 0) Dim sLogFile As String = IniFile.m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", m_nInstance.ToString())