EgtCAM5 3.1f1 :
- ricompilazione con cambio versione.
This commit is contained in:
@@ -378,8 +378,8 @@ Public Class MainWindowVM
|
||||
EgtSetLockId(sLockId)
|
||||
End If
|
||||
' Recupero livello e opzioni della chiave
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(3279, 3105, 1, IniFile.m_nKeyLevel) And
|
||||
EgtGetKeyOptions(3279, 3105, 1, IniFile.m_nKeyOptions)
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(3279, 3106, 1, IniFile.m_nKeyLevel) And
|
||||
EgtGetKeyOptions(3279, 3106, 1, IniFile.m_nKeyOptions)
|
||||
' Leggo e imposto livello utilizzatore
|
||||
IniFile.m_nUserLevel = Math.Min(IniFile.m_nKeyLevel, GetPrivateProfileInt(S_GENERAL, K_USERLEVEL, 1))
|
||||
' Imposto abilitazione lavorazioni avanzate
|
||||
|
||||
@@ -70,6 +70,6 @@ Imports System.Windows
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.1.5.4")>
|
||||
<Assembly: AssemblyFileVersion("3.1.5.4")>
|
||||
<Assembly: AssemblyVersion("3.1.6.1")>
|
||||
<Assembly: AssemblyFileVersion("3.1.6.1")>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user