PIbd-21 Makarov D.V. Lab 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
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 +1,18 @@
using System;
Дополнительное задание в гит не заливается
@ -0,0 +8,4 @@
namespace Plane
{
public class Paint
Имя класса не соответствует указаному в задании
@ -0,0 +32,4 @@
public void SetPosition(int x, int y)
{
if (x + planeWidth < pictWidth && y + planeHeight < pictHeight)
Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +23,4 @@
}
private void Form1_Load(object sender, EventArgs e)
Пустых методов быть не должно
Pull request closed