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