mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
10 lines
139 B
C#
10 lines
139 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
AppExit
|
|
}
|