This commit is contained in:
nikbel2004@outlook.com 2023-12-09 03:01:21 +04:00
parent 0630250103
commit 065bd53fcf

View File

@ -78,7 +78,6 @@ namespace Tank
if (data.Length == 0)
{
throw new InvalidOperationException("File not found, невалиданя операция, нет данных для сохранения");
//throw new Exception("File not found, ошибка, нет данных");
}
using (StreamWriter writer = new StreamWriter(filename))
{