コード例 #1
0
 public void HookCoreEvent(ICoreEventHandler handler)
 {
     _router.AddCoreEventHandler(handler.GetHandlingEventType(), handler);
 }