publishes access on settings manager
This commit is contained in:
parent
74f4258c1e
commit
6b877ac63f
1 changed files with 5 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ namespace BookAStar.Helpers
|
|||
/// </summary>
|
||||
public static class Settings
|
||||
{
|
||||
private static ISettings AppSettings
|
||||
public static ISettings AppSettings
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
@ -22,12 +22,13 @@ namespace BookAStar.Helpers
|
|||
#region Setting Constants
|
||||
|
||||
private const string SettingsKey = "settings_key";
|
||||
private static readonly string SettingsDefault = string.Empty;
|
||||
public static readonly string SettingsDefault = string.Empty;
|
||||
public static readonly string XLabsSettingsPrefix = "_XLABS_";
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
|
||||
public static string GeneralSettings
|
||||
public static string GeneralSettings
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue