2 Computereinträge pro User
This commit is contained in:
@@ -19,6 +19,8 @@ Public Class cDomUser
|
||||
Property mit_username As String = ""
|
||||
Property mit_pwd As String = ""
|
||||
Property du_computer As String = ""
|
||||
Property du_computer2 As String = ""
|
||||
|
||||
'-----------------------------------------
|
||||
Dim SelectItems As String = ""
|
||||
Public Exist As Boolean = False
|
||||
@@ -49,6 +51,7 @@ Public Class cDomUser
|
||||
list.Add(New SQLVariable("mit_username", mit_username))
|
||||
list.Add(New SQLVariable("mit_pwd", mit_pwd))
|
||||
list.Add(New SQLVariable("du_computer", du_computer))
|
||||
list.Add(New SQLVariable("du_computer2", du_computer2))
|
||||
Return list
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user