From 683a6c138240d38dbb7b3c909071f2e993611cd5 Mon Sep 17 00:00:00 2001 From: ekallin Date: Tue, 14 Nov 2023 00:48:15 +0400 Subject: [PATCH] create branch 6 for lab 6 --- .../ProjectElectricLocomotive/FormLocomotiveCollections.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormLocomotiveCollections.cs b/ProjectElectricLocomotive/ProjectElectricLocomotive/FormLocomotiveCollections.cs index 7d4cae9..c04158a 100644 --- a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormLocomotiveCollections.cs +++ b/ProjectElectricLocomotive/ProjectElectricLocomotive/FormLocomotiveCollections.cs @@ -15,6 +15,7 @@ using System.Windows.Forms; namespace ProjectElectricLocomotive { + //create 6 branch public partial class FormLocomotiveCollections : Form { private readonly LocomotiveGenericStorage _storage;