2 Computereinträge pro User

This commit is contained in:
ms
2026-04-28 13:19:10 +02:00
parent d6cf889f5b
commit 6c572e110e
7 changed files with 59 additions and 13 deletions

View File

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