常用的事件名 - EventCommonName
2017-05-03 21:42:59 访问(1376) 赞(0) 踩(0)
using System;
using System.Collections.Generic;
using System.Text;
namespace SlowX.EkPage.Names
{
/// <summary>
/// 常用的事件名 - EventCommonName
/// </summary>
[Serializable]
public class EventCommonName
{
/// <summary>
/// 常用的事件名 - EventCommonName
/// </summary>
public readonly static EventCommonName instance
=
new EventCommonName();
/// <summary>
/// 常用的事件名 - EventCommonName
/// </summary>
public EventCommonName()
{
}
#region Save ~ Save
/// <summary>
/// Save ~ Save
/// </summary>
public string Save
{
get
{
return "Save";
}
}
#endregion Save ~ Save
}
}
标签:
常用的事件名 - EventCommonName 


上一条:
下一条:
相关评论
发表评论