Dumdidummdummda

This commit is contained in:
ms
2020-09-22 09:43:22 +02:00
parent cacc473821
commit 82e83c6a70
16 changed files with 432 additions and 125 deletions

View File

@@ -14,6 +14,8 @@ Public Class cDomUser
Property du_Dom As String = ""
Property du_sAMAc As String = ""
Property du_Info As String = ""
Property du_autologoff As Boolean = False
Property du_autologofftime As DateTime
Property mit_username As String = ""
Property mit_pwd As String = ""
'-----------------------------------------
@@ -41,6 +43,8 @@ Public Class cDomUser
list.Add(New SQLVariable("du_Dom", du_Dom))
list.Add(New SQLVariable("du_sAMAc", du_sAMAc))
list.Add(New SQLVariable("du_Info", du_Info))
list.Add(New SQLVariable("du_autologoff", du_autologoff))
list.Add(New SQLVariable("du_autologofftime", du_autologofftime))
list.Add(New SQLVariable("mit_username", mit_username))
list.Add(New SQLVariable("mit_pwd", mit_pwd))
Return list