ISEbd-22. Baygulov A.A. Lab work 1 (hard) #4

Closed
tellsense wants to merge 7 commits from laba1_H into main
Owner
No description provided.
tellsense added 7 commits 2023-12-26 23:39:56 +04:00
tellsense requested review from eegov 2023-12-26 23:40:52 +04:00
eegov approved these changes 2023-12-29 21:08:46 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +10,4 @@
internal class DrawningWheels
{
private Wheels amount;
public void SetAmount(int a)
Collaborator

Требовалось сделать свойство числовое

Требовалось сделать свойство числовое
@ -0,0 +34,4 @@
if (amount == Wheels.Three)
{
g.FillEllipse(wheelsColor, _startPosX + 90, _startPosY + 45, 10, 10);
Collaborator

Имеется дублирующийся код

Имеется дублирующийся код
eegov closed this pull request 2023-12-29 21:08:55 +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: tellsense/ISEbd-22_Baygulov_A.A._ElectricLocomotive_Hard#4
No description provided.