PIbd-21 Potapov N.S. LabWork02 Hard #9

Closed
ns.potapov wants to merge 34 commits from LabWorkHard02 into LabWork02
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()
{