ПИбд-23_Кондратьев_Никита_Lab1 #1

Closed
Itos wants to merge 7 commits from Lab1 into main
Owner
No description provided.
Itos added 7 commits 2023-12-16 20:36:27 +04:00
eegov approved these changes 2023-12-16 21:39:33 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +39,4 @@
}
_startPosX = x;
_startPosY = y;
if(x + _gasolineTankerWidth >= _pictureWidth || y + _gasolineTankerHeight >= _pictureHeight)
Collaborator

Не учтены все условия, при которых объект может выйти за границы

Не учтены все условия, при которых объект может выйти за границы
@ -1,10 +1,65 @@
namespace GasolineTanker
{
public partial class Form1 : Form
public partial class GasolineTanker : Form
Collaborator

Имя файла не соответствует имени элемента проекта

Имя файла не соответствует имени элемента проекта
eegov closed this pull request 2023-12-16 21:39:39 +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: Itos/PIbd-23-Kondratev-N.D.-Gasoline-Tanker-Base#1
No description provided.