Fix indexing for NI, dont overwrite existing vector entries

This commit is contained in:
Jonathan Jenne
2021-07-29 15:05:41 +02:00
parent 6cd68bd776
commit cbe113aea4
5 changed files with 144 additions and 87 deletions

View File

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