Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
8
Wino.Messaging/Enums/MessageType.cs
Normal file
8
Wino.Messaging/Enums/MessageType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Messaging.Enums
|
||||
{
|
||||
public enum MessageType
|
||||
{
|
||||
UIMessage, // For database changes that needs to be reflected in the UI.
|
||||
ServerAction, //
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user