From 8438c8071dd6e65a714fe2134e8e59d04168ee77 Mon Sep 17 00:00:00 2001 From: Danil Malin Date: Fri, 11 Nov 2022 10:04:28 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs b/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs index e22baef..870cd4f 100644 --- a/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs +++ b/WarmlyLocomotive/WarmlyLocomotive/FormMapWithSetLocomotives.cs @@ -252,7 +252,6 @@ namespace WarmlyLocomotive /// private void LoadToolStripMenuItem_Click(object sender, EventArgs e) { - // TODO продумать логику if(openFileDialog.ShowDialog() == DialogResult.OK) { if (_mapsCollection.LoadData(openFileDialog.FileName))