PIbd-21 Yakovlev M.G. lab work 01 #1

Closed
YakovlevMaxim wants to merge 2 commits from Lab1SailBoat into main
No description provided.
YakovlevMaxim added 1 commit 2023-09-26 13:26:20 +04:00
YakovlevMaxim requested review from eegov 2023-09-26 13:27:58 +04:00
YakovlevMaxim changed title from Сделанная первая лабораторная to PIbd-21 Yakovlev M.G. lab work 01 2023-09-26 13:43:16 +04:00
YakovlevMaxim added 1 commit 2023-10-08 12:23:11 +04:00
eegov approved these changes 2023-10-15 15:50:46 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +35,4 @@
public void SetPosition(int x, int y)
{
if (x < 0) { x = 0; }
else if (x > _pictureWidth) { x = _pictureWidth; }
Collaborator

Данная корректировка не решает проблемы выхода за границы формы

Данная корректировка не решает проблемы выхода за границы формы
eegov closed this pull request 2023-10-15 15:50:50 +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: YakovlevMaxim/PIbd-21_Yakovlev_M.G_Parusnik_Base#1
No description provided.