mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-10 21:40:10 +05:00
9 lines
101 B
C#
9 lines
101 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EGirdOrientation
|
|
{
|
|
Horizontal,
|
|
Vertical,
|
|
Tab,
|
|
}
|