Move debug only tools out of root and into Experimental container
This commit is contained in:
parent
c29905a69e
commit
d59738a71d
7 changed files with 87 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue