摘要: public class AppEvent{//键值对委托的形式 public static AppEvent Events = new AppEvents() private Dictionary<string, EventHandler> DelegateList = new Dictionary<string ,EventHandler>(); #region 装备事件索引 public const string Aoi_GeoDraw="aoigeodraw"; #endregion public void AddListener(strin 阅读全文
posted @ 2012-05-02 22:28 xiangxiong 阅读(1289) 评论(0) 推荐(0) 编辑