diff --git a/MainWindow.xaml.vb b/MainWindow.xaml.vb index e7ac2d1..8efe3a3 100644 --- a/MainWindow.xaml.vb +++ b/MainWindow.xaml.vb @@ -194,8 +194,8 @@ Class MainWindow ' leggo nome file exe (per stampante zebra) GetPrivateProfileString(S_PRINTER, K_ZEBRAUTILITIES, System.AppDomain.CurrentDomain.BaseDirectory & "ZebraPrinterUtilitiesR32.exe", m_ZebraUtilitiesExe, m_sIniFile) ' Recupero opzioni della chiave - Dim bKey As Boolean = EgtGetKeyLevel(9423, 2405, 1, m_nKeyLevel) And - EgtGetKeyOptions(9423, 2405, 1, m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(9423, 2501, 1, m_nKeyLevel) And + EgtGetKeyOptions(9423, 2501, 1, m_nKeyOptions) EgtOutLog("KeyOptions : " & bKey.ToString() & " " & m_nKeyOptions.ToString()) ' Imposto dir di default per libreria Lua e lancio libreria di base Dim sLuaLibsDir As String = String.Empty diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 08b500c..995c22a 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -55,6 +55,6 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +