Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
9
Wino.Messaging/MessageConstants.cs
Normal file
9
Wino.Messaging/MessageConstants.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Wino.Messaging
|
||||
{
|
||||
public static class MessageConstants
|
||||
{
|
||||
public const string MessageTypeKey = "MessageType";
|
||||
public const string MessageDataKey = "MessageData";
|
||||
public const string MessageDataTypeKey = "MessageDataType";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user