News

Windows.Storage.ApplicationData.Current.LocalSettings.Values["EnablePush"] = true; The Values property is a Dictionary<string,Object> so you can store more complex objects as well. But I've run into ...