PIbd-21 Potapov N.S. LabWork01 Hard #5

Closed
ns.potapov wants to merge 20 commits from LabWorkHard01 into LabWork01
Showing only changes of commit 8543221b7d - Show all commits

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()
{