Teamviewer, Brumm Brumm
This commit is contained in:
@@ -22,6 +22,9 @@ Public Class cHost
|
||||
Property DHCP As String = ""
|
||||
Property Netzwerk As String = ""
|
||||
Property Firewall As Boolean = False
|
||||
Property TeamviewerID As String = ""
|
||||
Property TeamviewerKennwort As String = ""
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -49,6 +52,8 @@ Public Class cHost
|
||||
list.Add(New SQLVariable("DHCP", DHCP))
|
||||
list.Add(New SQLVariable("Netzwerk", Netzwerk))
|
||||
list.Add(New SQLVariable("Firewall", Firewall))
|
||||
list.Add(New SQLVariable("TeamviewerID", TeamviewerID))
|
||||
list.Add(New SQLVariable("TeamviewerKennwort", TeamviewerKennwort))
|
||||
Return list
|
||||
|
||||
End Function
|
||||
@@ -102,6 +107,8 @@ Public Class cHost
|
||||
Me.DHCP = ""
|
||||
Me.Netzwerk = ""
|
||||
Me.Firewall = False
|
||||
Me.TeamviewerID = ""
|
||||
Me.TeamviewerKennwort = ""
|
||||
End Function
|
||||
|
||||
Public Shared Function getHostsEntrys(ByRef ds As DataSet, ByVal HostIP As String)
|
||||
|
||||
Reference in New Issue
Block a user