File scoped namespaces
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Wino.Messaging.Enums
|
||||
namespace Wino.Messaging.Enums;
|
||||
|
||||
public enum MessageType
|
||||
{
|
||||
public enum MessageType
|
||||
{
|
||||
UIMessage, // For database changes that needs to be reflected in the UI. Either client sends it to itself or server sends it to client.
|
||||
ServerMessage, // For all actions that UWP awaits a response from Server. Caller is awaited, response returned in the app service connection args.
|
||||
}
|
||||
UIMessage, // For database changes that needs to be reflected in the UI. Either client sends it to itself or server sends it to client.
|
||||
ServerMessage, // For all actions that UWP awaits a response from Server. Caller is awaited, response returned in the app service connection args.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user