Move DesignApps help into menus

This commit is contained in:
John Lewin 2018-08-28 18:45:58 -07:00
parent 02cc1098f4
commit ccd15c2cf0
7 changed files with 64 additions and 96 deletions

View file

@ -37,7 +37,7 @@ using MatterHackers.Localizations;
namespace MatterHackers.MatterControl.DesignTools
{
public class ComponentObject3D : Object3D, IVisualLeafNode, IHelpMarkdown
public class ComponentObject3D : Object3D, IVisualLeafNode
{
public ComponentObject3D()
{
@ -51,8 +51,7 @@ namespace MatterHackers.MatterControl.DesignTools
public override bool CanApply => Finalized;
public bool Finalized { get; set; } = true;
public List<string> SurfacedEditors { get; set; } = new List<string>();
public string HelpMarkdown { get; set; }
public string ComponentID { get; set; }
public override void Apply(UndoBuffer undoBuffer)
{