Flatten namespace
This commit is contained in:
parent
a17aa8d92a
commit
b6b7a1c186
5 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue