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);