EgtCAM5 2.3f1 :

- ricompilazione con cambio versione.
This commit is contained in:
DarioS
2021-06-01 20:06:06 +02:00
parent a003ee4650
commit db9089b6ae
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -347,8 +347,8 @@ Public Class MainWindowVM
EgtUILib.GetPrivateProfileString( S_LICENCE, K_NESTKEY, "", sNestKey, sLicFile)
EgtSetNestKey( sNestKey)
' Recupero livello e opzioni della chiave
Dim bKey As Boolean = EgtGetKeyLevel(3279, 2305, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 2305, 1, IniFile.m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(3279, 2306, 1, IniFile.m_nKeyLevel) And
EgtGetKeyOptions(3279, 2306, 1, IniFile.m_nKeyOptions)
' Inizializzazione generale di EgtInterface
m_nDebug = GetPrivateProfileInt(S_GENERAL, K_DEBUG, 0)
IniFile.m_sLogFile = m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", IniFile.m_nInstance.ToString())
+2 -2
View File
@@ -70,6 +70,6 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.3.5.5")>
<Assembly: AssemblyFileVersion("2.3.5.5")>
<Assembly: AssemblyVersion("2.3.6.1")>
<Assembly: AssemblyFileVersion("2.3.6.1")>