Правка в конструкторе DataListSingleton
This commit is contained in:
parent
27799cb6a5
commit
8543221b7d
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user