publishes access on settings manager

vnext
Paul Schneider 8 years ago
parent 50e10e89ad
commit 0a8b4adb76
1 changed files with 5 additions and 4 deletions

@ -11,7 +11,7 @@ namespace BookAStar.Helpers
/// </summary> /// </summary>
public static class Settings public static class Settings
{ {
private static ISettings AppSettings public static ISettings AppSettings
{ {
get get
{ {
@ -22,7 +22,8 @@ namespace BookAStar.Helpers
#region Setting Constants #region Setting Constants
private const string SettingsKey = "settings_key"; 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

Loading…