mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
11 lines
181 B
C#
11 lines
181 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
StopSpeedtest
|
|
}
|
|
} |