PIbd-21 Belianin N.N. LabWork07 #7

Closed
Belnik wants to merge 5 commits from LabWork07 into LabWork06
Showing only changes of commit 065bd53fcf - Show all commits

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))
{