PIbd-14 Pruidze_I.K. LabWork05 Simple #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -0,0 +3,4 @@
using System;
namespace ProjectCruiser;
public partial class EditorForm3 : Form
Имена классов должны быть логичны
@ -0,0 +7,4 @@
{
private DrawningBase _cruiser;
// private event Action<DrawingBase>? shipDelegate;
Закомментированного кода быть не должно
@ -0,0 +8,4 @@
private DrawningBase _cruiser;
// private event Action<DrawingBase>? shipDelegate;
private event ShipDelegate? shipDelegate;
Делегат следовало заменить на встроенный
Pull request closed