From 78e268e91bd0483ddf997b121ce92d4e68ed7b0a Mon Sep 17 00:00:00 2001 From: MorozovDanil Date: Thu, 18 Apr 2024 22:25:05 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=813?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectContainerShip/FormShipCollection.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ProjectContainerShip/ProjectContainerShip/FormShipCollection.cs b/ProjectContainerShip/ProjectContainerShip/FormShipCollection.cs index 1e3320b..8457b14 100644 --- a/ProjectContainerShip/ProjectContainerShip/FormShipCollection.cs +++ b/ProjectContainerShip/ProjectContainerShip/FormShipCollection.cs @@ -9,16 +9,16 @@ namespace ProjectContainerShip /// public partial class FormShipCollection : Form { + /// + /// Компания + /// + private AbstractCompany? _company; + /// /// Хранилище коллекций /// private readonly StorageCollection _storageCollection; - /// - /// Компания - /// - private AbstractCompany? _company = null; - /// /// Конструктор ///