Exemplo n.º 1
0
 void IObserver.OnBusAttachedToPort(Bus bus, Port port, int busIndex)
 {
     if (_system.ContainsBus(bus) && _system.ContainsPort(port))
     {
         NotifyBusAttachedToPort(bus, port, busIndex);
     }
 }