This commit is contained in:
BoiledMilk123 2024-05-06 17:30:43 +04:00
parent 62ba43a7f5
commit 70023c1911

View File

@ -1,15 +0,0 @@
using ProjectElectricLocomotive.Drawnings;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectElectricLocomotive;
/// <summary>
/// Делегат передачи объекта класса-прорисовки
/// </summary>
/// <param name="locomotive"></param>
public delegate void LocomotiveDelegate(DrawningLocomotive locomotive);