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