Ejemplo n.º 1
0
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay theEvent)
 {
     ShipmentsWaitingToBeUnloaded.Add(theEvent.CarParts);
 }
Ejemplo n.º 2
0
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay e)
 {
     ShipmentsWaitingToBeUnloaded.Add(e.CarParts);
 }