12 lines
198 B
C#
12 lines
198 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
StopSpeedtest,
|
|
AppExit
|
|
}
|
|
} |