billenum.cs
来自「车载GPS?今天这个就是最好的工具」· CS 代码 · 共 52 行
CS
52 行
using System;
namespace GpsClinet
{
/// <summary>
/// BillEnum 的摘要说明。
/// </summary>
public enum eSource
{
LeakGas, Blast, Poisoning, Fire, Suicide,LidLossing,
}
public enum eSlipSort
{
Device,Others,
}
public enum eDevice
{
Rust,Breach,Jam,
}
public enum eOthers
{
Pressure, Adjunctive,
}
public enum ePressure
{
High,Middile,Low,
}
public enum eAdjunctive
{
Box,Station,Tube,
}
public enum eArea
{
Most,More,Commonly,
}
public enum eLeakGas
{
Large,Middle,Little,Nothing
}
public enum eInfection
{
Importance = 1,
Severity = 2,
Mean = 3,
General = 4,
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?