public EventSubscriber(EventMgr <EventKeyType> mgr) { m_mgr = new System.WeakReference(mgr); }
public CoreModule(Core _core, int moduleId) { core = _core; m_moduleId = moduleId; m_eventMgr = new AppEventMgr(); }