Исправлен баг
This commit is contained in:
parent
0824c9f9c7
commit
2902f0361e
@ -133,7 +133,7 @@ namespace AccordionBus
|
||||
/// <param name="records"></param>
|
||||
public void LoadData(string[] records)
|
||||
{
|
||||
foreach (var rec in records)
|
||||
foreach (var rec in records.Reverse())
|
||||
{
|
||||
_setBuses.Insert(DrawningObjectBus.Create(rec) as T);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user