Exemple #1
0
 /// <summary>
 /// 管理器销毁时调用
 /// </summary>
 public void Dispose()
 {
     CommonEvent.Dispose();
     SocketEvent.Dispose();
 }
Exemple #2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public EventManager()
 {
     CommonEvent = new CommonEvent();
     SocketEvent = new SocketEvent();
 }