ISEbd11 MosevninAM LabWork02 Simple #2

Closed
Aleks_andr435 wants to merge 3 commits from LabWork02 into Lab01Work1
5 changed files with 0 additions and 7 deletions
Showing only changes of commit 46232fbd36 - Show all commits

View File

@ -52,7 +52,5 @@ public class DrawningAiroplane : Drawningplane
_startPosX -= 10;
_startPosY -= 5;
}
}

View File

@ -24,7 +24,6 @@ public class Entityplane
/// Основной цвет
/// </summary>
public Color BodyColor { get; private set; }
/// <summary>
/// Шаг перемещения самолета
/// </summary>
@ -36,7 +35,6 @@ public class Entityplane
/// <param name="weight"></вес>
/// <param name="bodyColor"></Основной цвет>
public Entityplane(int speed, double weight, Color bodyColor)
{
Speed = speed;

View File

@ -58,7 +58,6 @@ public abstract class AbstractStrategy
//{
// AbstrMethod();
//}
protected abstract void AbstrMethod();
/// <summary>
/// Перемещение влево

View File

@ -1,6 +1,5 @@
using ProjectAiroplane.Drawnings;
namespace ProjectAiroplane.MovementStrategy;
public class Moveableplane : IMoveableObjects

View File

@ -1,6 +1,5 @@
namespace ProjectAiroplane.MovementStrategy;
public class ObjectParameters
{
/// <summary>