add export path

This commit is contained in:
Jonathan Jenne
2023-12-04 10:43:54 +01:00
parent b8471389b9
commit 03100e1a2a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
Public Class DbConfig
Public Property ExternalProgramName As String = "Sign Flow"
Public Property DocumentPath As String = ""
Public Property ExportPath As String = ""
Public Property SendingProfile As Integer = 0
Public Property SignatureHost As String = ""
End Class