10 lines
322 B
VB.net
10 lines
322 B
VB.net
Imports DigitalData.Modules.Config.ConfigAttributes
|
|
|
|
Public Class Config
|
|
<ConnectionString>
|
|
Public Property ConnectionString As String = ""
|
|
Public Property LastUsedMandator As String = ""
|
|
Public Property Debug As Boolean = False
|
|
Public Property AutomaticPriceCalculation As Boolean = True
|
|
End Class
|