v2rayN/v2rayN/v2rayN.Desktop/Common/ButtonResult.cs
2026-04-19 17:06:15 +08:00

8 lines
101 B
C#

namespace v2rayN.Desktop.Common;
public enum ButtonResult
{
None = 0,
Yes = 1,
No = 2
}