From c3c51616cd162ad1641be4a963b697f27e06ba7e Mon Sep 17 00:00:00 2001 From: Victoria_Presnyakova Date: Sat, 3 Dec 2022 19:51:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'C?= =?UTF-8?q?atamaran/BoatDelegate.cs'?= 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 c4bbd0b..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 -{ - - /// - /// Делегат для передачи объекта-лодки - /// - /// - public delegate void BoatDelegate(DrawingBoat boat); -}