Compare commits

..

5 Commits

Author SHA1 Message Date
NicolaP 8f4f8c75a8 Merge branch 'feature/NicolaP' 2021-09-17 19:40:46 +02:00
NicolaP bf90fd5cee Aggiornamento versione 2021-09-17 19:40:13 +02:00
NicolaP 814c918258 Merge tag 'v_2.3h2' into develop
Rilascio release su ramo dedicato 2.3h2
2021-08-30 15:46:46 +02:00
NicolaP fc2a262893 Merge branch 'NicolaP' 2021-08-30 15:27:38 +02:00
NicolaP 40780892c1 Trascritti messaggi nel file dei messaggi 2021-08-30 15:18:38 +02:00
3 changed files with 6 additions and 6 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, 2308, 1, m_nKeyLevel) And
EgtGetKeyOptions(9423, 2308, 1, m_nKeyOptions)
Dim bKey As Boolean = EgtGetKeyLevel(9423, 2309, 1, m_nKeyLevel) And
EgtGetKeyOptions(9423, 2309, 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.8.2")>
<Assembly: AssemblyFileVersion("2.3.8.2")>
<Assembly: AssemblyVersion("2.3.9.2")>
<Assembly: AssemblyFileVersion("2.3.9.2")>
+2 -2
View File
@@ -211,13 +211,13 @@ Public Class OptionWindowVM
Public ReadOnly Property BrowseMsg As String
Get
Return "Sfoglia"
Return EgtMsg(92058)
End Get
End Property
Public ReadOnly Property LabelMsg As String
Get
Return "Label"
Return EgtMsg(92056)
End Get
End Property