ISEbd-21. Gruzdev A.P. Lab work 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab01"
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 +6,4 @@
namespace ProjectWarmlyShip
{
internal class Direction
Должно быть просто public enum DirectionType
@ -0,0 +68,4 @@
/// <param name="y">Координата Y</param>
public void SetPosition(int x, int y)
{
if ((x > 0) && (x < _pictureWidth)) _startPosX = x;
Не учтены все условия, при которых объект может выйти за границы
Pull request closed