Compare commits

...

3 Commits

Author SHA1 Message Date
NicolaP f1d1c14e44 Aggiornamento versione 2021-10-11 19:08:14 +02:00
NicolaP 7e0a9331bb Merge commit '131a5545684f81a16674f15737c08a32cdf0007f' 2021-09-22 19:37:36 +02:00
NicolaP 8f4f8c75a8 Merge branch 'feature/NicolaP' 2021-09-17 19:40:46 +02:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -176,8 +176,8 @@ Public Class MainWindowM
EgtUILib.GetPrivateProfileString(S_LICENCE, K_KEY, "", sKey, sLicFile)
EgtSetKey(sKey)
' Recupero livello e opzioni della chiave
Dim bKey As Boolean = EgtGetKeyLevel(9423, 2309, 1, m_nKeyLevel) And
EgtGetKeyOptions(9423, 2309, 1, m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(9423, 2310, 1, m_nKeyLevel) And
EgtGetKeyOptions(9423, 2310, 1, m_nKeyOptions)
' Verifico abilitazione prodotto
Dim bProd As Boolean = GetKeyOption(KEY_OPT.PHOTO_BASE)
' Inizializzazione generale di EgtInterface
+2 -2
View File
@@ -59,5 +59,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.3.9.3")>
<Assembly: AssemblyFileVersion("2.3.9.3")>
<Assembly: AssemblyVersion("2.3.10.1")>
<Assembly: AssemblyFileVersion("2.3.10.1")>