Compare commits
2 Commits
f803fc03de
...
08ffecaea7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08ffecaea7 | ||
|
|
6aef316b03 |
@@ -35,7 +35,7 @@ Public Class frmMain
|
||||
RefreshHelper = New RefreshHelper(ViewEnvelopes, "Id")
|
||||
|
||||
Try
|
||||
ConfigManager = New ConfigManager(Of Config)(LogConfig, Application.UserAppDataPath)
|
||||
ConfigManager = New ConfigManager(Of Config)(LogConfig, Application.UserAppDataPath, Application.CommonAppDataPath, Application.StartupPath)
|
||||
|
||||
If ConfigManager.Config.ConnectionString = String.Empty Then
|
||||
Dim oSQLConfig As New frmSQLConfig(LogConfig)
|
||||
|
||||
Reference in New Issue
Block a user