From 1a379c9944471ba6b311bec8ee41fa3dc3c14298 Mon Sep 17 00:00:00 2001 From: ShuryginDima Date: Sun, 5 May 2024 20:22:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BE=D0=B1=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=B4=D0=B5=D0=BB=D0=B8=D0=B3=D0=B0=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectSeaplane/ProjectSeaplane/PlaneDelegate.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ProjectSeaplane/ProjectSeaplane/PlaneDelegate.cs 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