From c05b306cb15aeee6f66a6d033839ac6d90bcce81 Mon Sep 17 00:00:00 2001 From: Marselchi Date: Fri, 24 Nov 2023 15:22:12 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/FormLinerCollection.cs | 3 +-- Liner/MovingStrategies/DrawingObjectLiner.cs | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Liner/FormLinerCollection.cs b/Liner/FormLinerCollection.cs index a3fdc6e..2464a4b 100644 --- a/Liner/FormLinerCollection.cs +++ b/Liner/FormLinerCollection.cs @@ -148,8 +148,7 @@ namespace Liner /// /// /// - private void ButtonRefreshCollection_Click(object sender, EventArgs - e) + private void ButtonRefreshCollection_Click(object sender, EventArgs e) { if (listBoxStorages.SelectedIndex == -1) { diff --git a/Liner/MovingStrategies/DrawingObjectLiner.cs b/Liner/MovingStrategies/DrawingObjectLiner.cs index 0afe82d..aa00f5c 100644 --- a/Liner/MovingStrategies/DrawingObjectLiner.cs +++ b/Liner/MovingStrategies/DrawingObjectLiner.cs @@ -35,4 +35,5 @@ namespace Liner.MovingStrategies public void MoveObject(DirectionType direction) => _drawingLiner?.MoveTransport(direction); } + }