コード例 #1
0
ファイル: EventSubscriber.cs プロジェクト: lingfan/lxl_cpp
 public EventSubscriber(EventMgr <EventKeyType> mgr)
 {
     m_mgr = new System.WeakReference(mgr);
 }
コード例 #2
0
ファイル: CoreModule.cs プロジェクト: lingfan/lxl_cpp
 public CoreModule(Core _core, int moduleId)
 {
     core       = _core;
     m_moduleId = moduleId;
     m_eventMgr = new AppEventMgr();
 }