v2rayN/v2rayN/ServiceLib/Enums/EServerColName.cs

21 lines
330 B
C#
Raw Normal View History

2024-08-19 10:15:54 +00:00
namespace ServiceLib.Enums
2020-04-16 07:37:17 +00:00
{
public enum EServerColName
{
Def = 0,
ConfigType,
Remarks,
Address,
Port,
Network,
StreamSecurity,
SubRemarks,
DelayVal,
SpeedVal,
2020-04-16 07:37:17 +00:00
TodayDown,
TodayUp,
TotalDown,
TotalUp
2020-04-16 07:37:17 +00:00
}
}