Zooflow: Implement prefix for Config and Logging, Remove halbgar dev config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user