mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 12:29:13 +00:00
12 lines
No EOL
198 B
C#
12 lines
No EOL
198 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
StopSpeedtest,
|
|
AppExit
|
|
}
|
|
} |