From 744a9cec65dc634935c77e62aeb0d025d2cc2035 Mon Sep 17 00:00:00 2001 From: qkrlnt Date: Thu, 2 May 2024 10:50:18 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D1=8E?= =?UTF-8?q?=D1=89=D0=B8=D0=B9=D1=81=D1=8F=20=D0=B4=D0=B5=D0=BB=D0=B5=D0=B3?= =?UTF-8?q?=D0=B0=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectMonorail/TrainDelegate.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ProjectMonorail/TrainDelegate.cs diff --git a/ProjectMonorail/TrainDelegate.cs b/ProjectMonorail/TrainDelegate.cs deleted file mode 100644 index 27ed64d..0000000 --- a/ProjectMonorail/TrainDelegate.cs +++ /dev/null @@ -1,14 +0,0 @@ -using ProjectMonorail.Drawings; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ProjectMonorail; - -/// -/// Делегат передачи объекта класса-прорисовки -/// -/// -public delegate void TrainDelegate(DrawingTrain train);