MS24112015

This commit is contained in:
SchreiberM
2015-11-24 11:13:04 +01:00
parent 80247e18dd
commit ad1308fe18
47 changed files with 5379 additions and 1570 deletions

View File

@@ -48,7 +48,7 @@ Public Class frmLicense
If lic <> "" Then
lizenzzahl = split(0)
License_Anzahl = lizenzzahl
LICENSE_COUNT = lizenzzahl
Else
lizenzzahl = "0"
End If
@@ -61,6 +61,7 @@ Public Class frmLicense
End If
txtProfile.Text = split(2)
LICENSE_DOCTYPE_COUNT = CInt(txtProfile.Text)
Try
txtHotKey.Text = split(3)
Catch ex As Exception