Лабараторная работа №5 1

This commit is contained in:
IlyasValiulov 2024-04-04 12:12:52 +04:00
parent 6434af34fa
commit f5915d7803
2 changed files with 0 additions and 7 deletions

View File

@ -6,7 +6,6 @@ namespace ProjectWarmlyShip;
public partial class FormShipConfig : Form
{
private DrawningShip? _ship = null;
//что делать с пользовательским делегатом
private event Action<DrawningShip>? ShipDelegate;
public FormShipConfig()
{

View File

@ -1,6 +0,0 @@
using ProjectWarmlyShip.Drawnings;
namespace ProjectWarmlyShip;
public delegate void ShipDelegate(DrawningShip ship);