Rename Shared to Common
This commit is contained in:
8
MultiTool.Common/Config.vb
Normal file
8
MultiTool.Common/Config.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
End Class
|
||||
Reference in New Issue
Block a user