PIBD-11_Basalov_A.D_Simple/ProjectElectricLocomotive/LocomotiveDelegate.cs

16 lines
426 B
C#
Raw Normal View History

2024-04-01 20:21:57 +04:00
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);