Боровков М В ПИбд-22 6 лабораторная работа #7

Closed
bekodeg wants to merge 3 commits from labWork6 into labWork5
Showing only changes of commit b86d3af35e - Show all commits

View File

@ -129,7 +129,7 @@ namespace ProjectElectricLocomotive.Generics
$"{elem?.GetDataForSave(_separatorForObject)}" +
$"{_separatorRecords}");
}
data.Append($"{record.Key}{_separatorForKeyValue}{records}");
data.Append($"{record.Key}{_separatorForKeyValue}{records}{Environment.NewLine}");
}
if (data.Length == 0)
{
@ -174,7 +174,6 @@ namespace ProjectElectricLocomotive.Generics
//если нет такой записи, то это не те данные
return false;
}
strs = strs[1].Split(_separatorRecords, StringSplitOptions.RemoveEmptyEntries);
_locomotiveStorage.Clear();
foreach (string data in strs)
{
@ -187,6 +186,7 @@ namespace ProjectElectricLocomotive.Generics
LocomotivesGenericCollection<DrawningLocomotive, DrawningObjectLocomotive>
collection = new(_pictureWidth, _pictureHeight);
string[] set = record[1].Split(_separatorRecords, StringSplitOptions.RemoveEmptyEntries);
Array.Reverse(set);
foreach (string elem in set)
{
DrawningLocomotive? locomotive =