RDP auch auf Computer
This commit is contained in:
@@ -18,6 +18,7 @@ Public Class cDomUser
|
||||
Property du_autologofftime As DateTime
|
||||
Property mit_username As String = ""
|
||||
Property mit_pwd As String = ""
|
||||
Property du_computer As String = ""
|
||||
'-----------------------------------------
|
||||
Dim SelectItems As String = ""
|
||||
Public Exist As Boolean = False
|
||||
@@ -47,6 +48,7 @@ Public Class cDomUser
|
||||
list.Add(New SQLVariable("du_autologofftime", du_autologofftime))
|
||||
list.Add(New SQLVariable("mit_username", mit_username))
|
||||
list.Add(New SQLVariable("mit_pwd", mit_pwd))
|
||||
list.Add(New SQLVariable("du_computer", du_computer))
|
||||
Return list
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user