5 lines
133 B
VB.net
5 lines
133 B
VB.net
Public Class DbConfig
|
|
Public Property DocumentPath As String = ""
|
|
Public Property SendingProfile As Integer = 0
|
|
End Class
|