An avatar, one or two

This commit is contained in:
Paul Schneider 2017-01-27 15:32:25 +01:00
commit 4facc560b8
15 changed files with 85 additions and 44 deletions

View file

@ -7,18 +7,17 @@ using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
namespace ZicMoove
namespace ZicMoove.Settings
{
using Model.Social;
using Model.Auth.Account;
using Data;
/// <summary>
/// This is the Settings 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.
/// </summary>
public static class MainSettings
public static partial class MainSettings
{
public static ISettings AppSettings