From cf3945209c8c56660caaa1994a34e3de66e8b550 Mon Sep 17 00:00:00 2001 From: ekallin Date: Tue, 10 Oct 2023 14:27:22 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectElectricLocomotive/AbstractStrategy.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProjectElectricLocomotive/ProjectElectricLocomotive/AbstractStrategy.cs b/ProjectElectricLocomotive/ProjectElectricLocomotive/AbstractStrategy.cs index 85e6338..c31e043 100644 --- a/ProjectElectricLocomotive/ProjectElectricLocomotive/AbstractStrategy.cs +++ b/ProjectElectricLocomotive/ProjectElectricLocomotive/AbstractStrategy.cs @@ -9,6 +9,9 @@ using static System.Windows.Forms.VisualStyles.VisualStyleElement; namespace ProjectElectricLocomotive.MovementStrategy { + /// + /// Абстрактный класс стратегии + /// public abstract class AbstractStrategy { private IMoveableObject? _moveableObject;