Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
using Wino.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Navigation
|
||||
namespace Wino.Domain.Models.Navigation
|
||||
{
|
||||
public class NavigateMailFolderEventArgs
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wino.Core.Domain.Models.Navigation
|
||||
namespace Wino.Domain.Models.Navigation
|
||||
{
|
||||
public enum NavigationMode
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wino.Core.Domain.Models.Navigation
|
||||
namespace Wino.Domain.Models.Navigation
|
||||
{
|
||||
public enum NavigationTransitionType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user