Autoload template, ask for reload on selecting mandator
This commit is contained in:
@@ -15,13 +15,13 @@ Public Class frmConfig
|
||||
Private View As GridView = GridViewSchema
|
||||
|
||||
|
||||
Private ReadOnly Property Config As MultiTool.Common.Config
|
||||
Private ReadOnly Property Config As Common.Config
|
||||
Get
|
||||
Return ConfigManager?.Config
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig, pConfigManager As ConfigManager(Of MultiTool.Common.Config))
|
||||
Public Sub New(pLogConfig As LogConfig, pConfigManager As ConfigManager(Of Common.Config))
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user