PIbd-21 Belianin N.N. LabWork06 #6

Closed
Belnik wants to merge 3 commits from LabWork06 into LabWork05
Showing only changes of commit 38eb021ed4 - Show all commits

View File

@ -72,8 +72,8 @@ namespace Tank
records.Append($"{elem?.GetDataForSave(_separatorForObject)}{_separatorRecords}");
}
data.AppendLine($"{record.Key}{_separatorForKeyValue}{records}");
}
if (data.Length == 0)
{
return false;