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

16 lines
426 B
C#

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