Лабараторная работа №5 1
This commit is contained in:
parent
6434af34fa
commit
f5915d7803
@ -6,7 +6,6 @@ namespace ProjectWarmlyShip;
|
|||||||
public partial class FormShipConfig : Form
|
public partial class FormShipConfig : Form
|
||||||
{
|
{
|
||||||
private DrawningShip? _ship = null;
|
private DrawningShip? _ship = null;
|
||||||
//что делать с пользовательским делегатом
|
|
||||||
private event Action<DrawningShip>? ShipDelegate;
|
private event Action<DrawningShip>? ShipDelegate;
|
||||||
public FormShipConfig()
|
public FormShipConfig()
|
||||||
{
|
{
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
using ProjectWarmlyShip.Drawnings;
|
|
||||||
|
|
||||||
namespace ProjectWarmlyShip;
|
|
||||||
|
|
||||||
public delegate void ShipDelegate(DrawningShip ship);
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user