Dumdidummdummda
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user