Готовая лабораторная работа 6

This commit is contained in:
sqdselo 2024-05-04 16:09:17 +04:00
parent 58d5e959c7
commit 21e126ef09

View File

@ -156,7 +156,7 @@ namespace HoistingCrane.CollectionGenericObjects
while ((strs = fs.ReadLine()) != null)
{
string[] record = strs.Split(_separatorForKeyValue, StringSplitOptions.RemoveEmptyEntries);
if (record.Length != 2)
if (record.Length != 4)
{
continue;
}