jj: oh my god /o\

This commit is contained in:
Jonathan Jenne
2018-12-14 16:18:12 +01:00
parent ee11d3cdc0
commit e30bc21cf2
22 changed files with 626 additions and 108 deletions

View File

@@ -18,11 +18,11 @@ Public Class ZUGFeRDService
Dim oDatabase As String = ""
Dim oUser As String = ""
Dim oPassword As String = ""
Dim directories As New List(Of String) From {"E:\ZUGFeRD_Import"}
Dim watchDirectories As New List(Of String) From {"E:\ZUGFeRD_Import"}
_firebird = New Firebird(_logConfig, oDataSource, oDatabase, oUser, oPassword)
_threadRunner = New ThreadRunner(_logConfig, directories)
_threadRunner = New ThreadRunner(_logConfig, watchDirectories)
_threadRunner.Start()
End Sub