PIbd-14 Pruidze_I.K. LabWork05 Simple #12

Closed
Delphy wants to merge 2 commits from Lab5 into Lab4
Owner
No description provided.
Delphy added 2 commits 2024-06-17 12:58:17 +04:00
eegov approved these changes 2024-06-17 19:26:48 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +3,4 @@
using System;
namespace ProjectCruiser;
public partial class EditorForm3 : Form
Collaborator

Имена классов должны быть логичны

Имена классов должны быть логичны
@ -0,0 +7,4 @@
{
private DrawningBase _cruiser;
// private event Action<DrawingBase>? shipDelegate;
Collaborator

Закомментированного кода быть не должно

Закомментированного кода быть не должно
@ -0,0 +8,4 @@
private DrawningBase _cruiser;
// private event Action<DrawingBase>? shipDelegate;
private event ShipDelegate? shipDelegate;
Collaborator

Делегат следовало заменить на встроенный

Делегат следовало заменить на встроенный
eegov closed this pull request 2024-06-17 19:26:54 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Delphy/PIbd-14_Pruidze_I.K_Simple_Cruiser#12
No description provided.