Making library containers use safe lists
This commit is contained in:
parent
3425b63f98
commit
f65c278eb2
21 changed files with 88 additions and 74 deletions
|
|
@ -41,8 +41,8 @@ namespace MatterHackers.MatterControl.Library
|
|||
{
|
||||
public RootHistoryContainer()
|
||||
{
|
||||
this.ChildContainers = new List<ILibraryContainerLink>();
|
||||
this.Items = new List<ILibraryItem>();
|
||||
this.ChildContainers = new SafeList<ILibraryContainerLink>();
|
||||
this.Items = new SafeList<ILibraryItem>();
|
||||
this.Name = "History".Localize();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue