兼容win7版应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
776 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AIK.Common.Enum
{
public enum MenuFunction
{
RemoteGeneration, // 遥控生成
RemoteCopy, // 遥控拷贝
RemoteDetection, // 遥控检测
ChipIdentificationCopy, // 芯片识别拷贝
ChipGeneration, // 芯片生成
AccessCardCopy, // 门禁卡拷贝
KeyUnlock, // 钥匙解锁
TirePressure, // 胎压功能
MatchingFunction, // 匹配功能
ChipWriteStart, // 芯片写启动
Programmer, // 编程器
AntiTheftData // 防盗资料
}
}