Fix indexing for NI, dont overwrite existing vector entries
This commit is contained in:
@@ -6,7 +6,7 @@ Public Class ClassConfig
|
||||
Public Property ConnectionString As String = ""
|
||||
Public Property WMUsername As String = ""
|
||||
Public Property WMUserPW As String = ""
|
||||
Public Property WMDrive As String = ""
|
||||
Public Property WMDrive As String = "W"
|
||||
Public Property WMRelPath As String = ""
|
||||
Public Property WMServer As String = ""
|
||||
Public Property Domain As String = ""
|
||||
|
||||
Reference in New Issue
Block a user