mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +08:00
11 lines
181 B
C#
11 lines
181 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
StopSpeedtest
|
|
}
|
|
} |