From f95c1b3b60958a0ff0a6ddc14a40e4ada7a40f4f Mon Sep 17 00:00:00 2001 From: VictoriaPresnyakova Date: Sun, 18 Dec 2022 18:11:59 +0400 Subject: [PATCH] mc1 --- Catamaran/MapsCollection.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Catamaran/MapsCollection.cs b/Catamaran/MapsCollection.cs index 06e3389..91042ae 100644 --- a/Catamaran/MapsCollection.cs +++ b/Catamaran/MapsCollection.cs @@ -74,7 +74,12 @@ namespace Catamaran return map; } } - + + /// + /// Сохранение информации про лодки м в хранилище в файл + /// + /// Путь и имя файла + /// public void SaveData(string filename) { if (File.Exists(filename))