PIbd-12_Bugrov_D.A._Simple LabWork05 #5

Closed
BoiledMilk wants to merge 2 commits from LabWork05 into LabWork04
Showing only changes of commit 70023c1911 - Show all commits

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