Flatten namespace

This commit is contained in:
John Lewin 2018-06-05 08:35:38 -07:00
parent a17aa8d92a
commit b6b7a1c186
5 changed files with 3 additions and 5 deletions

View file

@ -38,7 +38,7 @@ using MatterHackers.Agg.Platform;
using MatterHackers.Agg.UI;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.CustomWidgets.TreeView
namespace MatterHackers.MatterControl.CustomWidgets
{
public class TreeNode : FlowLayoutWidget, ICheckbox
{

View file

@ -33,7 +33,7 @@ using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.CustomWidgets.TreeView
namespace MatterHackers.MatterControl.CustomWidgets
{
public interface IVisualLeafNode
{