コード例 #1
0
 public static void ResetBus()
 {
     _bus.Dispose();
     _bus = new EventBus();
 }
コード例 #2
0
 public static void SetBus(EventBus eventBus)
 {
     _bus = eventBus;
 }