Miglioramento lettura da ddf delle componenti, versione 2.3g1

This commit is contained in:
NicolaP
2021-07-26 14:43:31 +02:00
parent 1f2e7b7930
commit 6a37fc426c
3 changed files with 86 additions and 64 deletions
+2 -2
View File
@@ -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, 2306, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 2306, 1, IniFile.m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(3279, 2307, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 2307, 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())