示例#1
0
 public void ShipDepartures(IShip ship)
 {
     if (InPort.Contains(ship))
     {
         InPort.Remove(ship);
     }
 }