/// <summary>
/// 关键字管理类
/// </summary>
public class Const 
{
  
    public const string CheckKeyDown = "CheckKeyDown";
    public const string CheckKeyUp = "CheckKeyUp";
    public const string CheckKey = "CheckKey";

}