From 3db8dbed01376107ef2df9c7a9ad0abea90a4100 Mon Sep 17 00:00:00 2001
From: Victoria_Presnyakova <victoriapresnyakova202@gmail.com>
Date: Sat, 3 Dec 2022 19:51:26 +0400
Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?=
 =?UTF-8?q?=D0=B5=20BoatDelegate?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Catamaran/BoatDelegate.cs | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 Catamaran/BoatDelegate.cs

diff --git a/Catamaran/BoatDelegate.cs b/Catamaran/BoatDelegate.cs
deleted file mode 100644
index 520aa98..0000000
--- a/Catamaran/BoatDelegate.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Catamaran
-{
-    
-        /// <summary>
-        /// Делегат для передачи объекта-лодки
-        /// </summary>
-        /// <param name="car"></param>
-        public delegate void BoatDelegate(DrawingBoat boat);
-}