Zooflow: Implement prefix for Config and Logging, Remove halbgar dev config

This commit is contained in:
Jonathan Jenne
2022-05-06 13:29:06 +02:00
parent 02f61b1e3f
commit 308b26556c
14 changed files with 109 additions and 130 deletions

View File

@@ -11,15 +11,15 @@ Namespace My
''' </summary>
<HideModuleName()>
Module Extension
Property SystemConfigManager As ConfigManager(Of ClassConfig)
ReadOnly Property SystemConfig As ClassConfig
Property SystemConfigManager As ConfigManager(Of SystemConfig)
ReadOnly Property SystemConfig As SystemConfig
Get
Return SystemConfigManager.Config
End Get
End Property
Property UIConfigManager As ConfigManager(Of ClassUIConfig)
ReadOnly Property UIConfig As ClassUIConfig
Property UIConfigManager As ConfigManager(Of UIConfig)
ReadOnly Property UIConfig As UIConfig
Get
Return UIConfigManager.Config
End Get