mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +00:00
8 lines
No EOL
121 B
C#
8 lines
No EOL
121 B
C#
namespace v2rayN.Model
|
|
{
|
|
public enum EViewAction
|
|
{
|
|
AdjustMainLvColWidth,
|
|
ProfilesFocus
|
|
}
|
|
} |