예제 #1
0
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay theEvent)
 {
     ShipmentsWaitingToBeUnloaded.Add(theEvent.CarParts);
 }
예제 #2
0
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay e)
 {
     ShipmentsWaitingToBeUnloaded.Add(e.CarParts);
 }