Move debug only tools out of root and into Experimental container

This commit is contained in:
jlewin 2019-05-14 18:15:02 -07:00
parent c29905a69e
commit d59738a71d
7 changed files with 87 additions and 18 deletions

View file

@ -41,11 +41,13 @@ namespace MatterHackers.MatterControl.Library
public event EventHandler ContentChanged;
public string ID { get; set; }
public string Name { get; set; }
public Type DefaultView { get; protected set; }
public List<ILibraryContainerLink> ChildContainers { get; set; } = new List<ILibraryContainerLink>();
public bool IsProtected { get; protected set; } = true;
public virtual Task<ImageBuffer> GetThumbnail(ILibraryItem item, int width, int height)