Правка в конструкторе DataListSingleton

This commit is contained in:
Никита Потапов 2024-03-11 10:05:53 +04:00
parent 27799cb6a5
commit 8543221b7d

View File

@ -14,6 +14,7 @@ namespace SecuritySystemListImplement
Components = new List<Component>();
Orders = new List<Order>();
Secures = new List<Secure>();
Shops = new List<Shop>();
}
public static DataListSingleton GetInstance()
{