mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
10 lines
181 B
C#
10 lines
181 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EGlobalHotkey
|
|
{
|
|
ShowForm = 0,
|
|
SystemProxyClear = 1,
|
|
SystemProxySet = 2,
|
|
SystemProxyUnchanged = 3,
|
|
SystemProxyPac = 4,
|
|
}
|