From 3e990f3e4583f871124692c722db7dd10b94aeb1 Mon Sep 17 00:00:00 2001 From: m1aksim1 Date: Fri, 11 Nov 2022 14:03:27 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarPlanes/WarPlanes/FormMapWithSetWarPlanes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WarPlanes/WarPlanes/FormMapWithSetWarPlanes.cs b/WarPlanes/WarPlanes/FormMapWithSetWarPlanes.cs index 613aa1d..cecd7a8 100644 --- a/WarPlanes/WarPlanes/FormMapWithSetWarPlanes.cs +++ b/WarPlanes/WarPlanes/FormMapWithSetWarPlanes.cs @@ -258,7 +258,7 @@ namespace AirFighter { if (saveFileDialog.ShowDialog() == DialogResult.OK) { - try + try { _mapsCollection.SaveData(saveFileDialog.FileName); _logger.LogInformation("Сохранение прошло успешно. Файл находится: {0}", saveFileDialog.FileName);