minor interface adjustments
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Public Interface ISettingsManager
|
Public Interface ISettingsManager
|
||||||
Property ConfigFilePath As String
|
ReadOnly Property Instance As ISettings
|
||||||
Sub Save()
|
Sub Save()
|
||||||
Sub Load()
|
Sub Load()
|
||||||
Sub Reset()
|
Sub Reset()
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<Version>3.0.1</Version>
|
<Version>3.0.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ Public Class SettingsManager
|
|||||||
Private enableAutoSave As Boolean = False
|
Private enableAutoSave As Boolean = False
|
||||||
Private addedHandler As Boolean = False
|
Private addedHandler As Boolean = False
|
||||||
|
|
||||||
Public Property ConfigFilePath As String Implements ISettingsManager.ConfigFilePath
|
Public Property ConfigFilePath As String
|
||||||
|
|
||||||
Public ReadOnly Property Instance As IChildSettings
|
Public ReadOnly Property Instance As ISettings
|
||||||
Get
|
Get
|
||||||
If defaultInstance Is Nothing Then
|
If defaultInstance Is Nothing Then
|
||||||
Load()
|
Load()
|
||||||
|
|||||||
Reference in New Issue
Block a user