RDP auch auf Computer

This commit is contained in:
ms
2022-12-28 12:03:37 +01:00
parent e5536265a6
commit 28fac86b58
5 changed files with 60 additions and 6 deletions

View File

@@ -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