ZUGFeRDService: Integrate with Config Module, Remove My.Settings

This commit is contained in:
Jonathan Jenne
2021-05-10 14:27:09 +02:00
parent a4b7cfd9ef
commit 2ae4c9a555
9 changed files with 55 additions and 211 deletions

View File

@@ -0,0 +1,4 @@
Public Class Constants
Public Const SERVICE_NAME = "DDZUGFeRDService"
Public Const SERVICE_DISPLAY_NAME = "DigitalData ZUGFeRD Service"
End Class