diff --git a/MainWindow.xaml.vb b/MainWindow.xaml.vb index eca09bd..bc66f67 100644 --- a/MainWindow.xaml.vb +++ b/MainWindow.xaml.vb @@ -195,8 +195,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, 2710, 1, m_nKeyLevel) And - EgtGetKeyOptions(9423, 2710, 1, m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(9423, 3101, 1, m_nKeyLevel) And + EgtGetKeyOptions(9423, 3101, 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 a9c9d02..f3839d0 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -15,7 +15,7 @@ Imports System.Windows - + @@ -55,6 +55,6 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/Resources/DarkTheme/LogoOmag.png b/Resources/DarkTheme/LogoOmag.png index 13cc3a6..be3181d 100644 Binary files a/Resources/DarkTheme/LogoOmag.png and b/Resources/DarkTheme/LogoOmag.png differ diff --git a/Resources/LogoOmag.png b/Resources/LogoOmag.png index 8361ec9..3513215 100644 Binary files a/Resources/LogoOmag.png and b/Resources/LogoOmag.png differ