11 lines
139 B
C#
11 lines
139 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
AppExit
|
|
}
|