9 lines
345 B
VB.net
9 lines
345 B
VB.net
Public Class DbConfig
|
|
Public Property ExternalProgramName As String = "signFLOW"
|
|
Public Property DocumentPathOrigin As String = ""
|
|
Public Property DocumentPath As String = ""
|
|
Public Property ExportPath As String = ""
|
|
Public Property SendingProfile As Integer = 0
|
|
Public Property SignatureHost As String = ""
|
|
End Class
|