Moving show folders to the menu

refactoring
This commit is contained in:
Lars Brubaker 2020-07-24 14:03:45 -07:00
parent 3431651654
commit 32b8776276
11 changed files with 20 additions and 9 deletions

View file

@ -44,6 +44,8 @@ namespace MatterHackers.MatterControl.Library
public string Name { get; set; }
public string CollectionKeyName { get; set; }
public Type DefaultView { get; protected set; }
public List<ILibraryContainerLink> ChildContainers { get; set; } = new List<ILibraryContainerLink>();