Exemplo n.º 1
0
 void context_OnNewBusConstructed(object sender, BusEventArgs e)
 {
     _currentSystem.AddBus(e.Bus);
 }
Exemplo n.º 2
0
 void IObserver.OnNewBusCreated(Bus bus)
 {
     _currentSystem.AddBus(bus);
 }