LicenceManager 2.1c1 :

- modifiche per AboutBox
- tolte costanti inutili
- semplificato Ini file
- modificata generazione licenza.
This commit is contained in:
Dario Sassi
2019-03-07 07:51:52 +00:00
parent 747d4c746d
commit c43ef9c011
34 changed files with 326 additions and 1218 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ Public Class UpdateKeyPageVM
'Dim item As Key.KeyState = m_StateList(2)
'm_StateList.RemoveAt(2)
''If (newIndex > oldIndex) Then newIndex--;
''' the actual index could have shifted due to the removal
'' the actual index could have shifted due to the removal
'm_StateList.Insert(0, item)
m_SelState = m_StateList(Key.State)