⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 billenum.cs

📁 车载GPS?今天这个就是最好的工具
💻 CS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -