diff --git a/ProjectSeaplane/ProjectSeaplane/PlaneDelegate.cs b/ProjectSeaplane/ProjectSeaplane/PlaneDelegate.cs deleted file mode 100644 index 87316e0..0000000 --- a/ProjectSeaplane/ProjectSeaplane/PlaneDelegate.cs +++ /dev/null @@ -1,9 +0,0 @@ -using ProjectSeaplane.Drawnings; - -namespace ProjectSeaplane; - -/// -/// Делегат передачи объекта класса-прорисовки -/// -/// -public delegate void PlaneDelegate(DrawningPlane plane); \ No newline at end of file