using ProjectCruiser.DrawningSamples; namespace ProjectCruiser { public delegate void ShipDelegate(DrawningBase transport); }