Skip to content

Instantly share code, notes, and snippets.

View wierzba3's full-sized avatar

James Wierzba wierzba3

  • Colorado Springs, Colorado, United States
View GitHub Profile
@wierzba3
wierzba3 / Settings.cs
Created January 3, 2017 18:47
Settings.cs file
// Helpers/SettingsModel.cs
using Plugin.Settings;
using Plugin.Settings.Abstractions;
namespace PatrolLiveApp.Helpers
{
/// <summary>
/// This is the SettingsModel static class that can be used in your Core solution or in any
/// of your client applications. All settings are laid out the same exact way with getters
/// and setters.