Revise naming

This commit is contained in:
John Lewin 2019-03-07 18:06:01 -08:00
parent 7ae2b6f87c
commit 850c4cf5b6
2 changed files with 8 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright (c) 2018, Lars Brubaker, John Lewin
Copyright (c) 2019, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -27,16 +27,12 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using MatterHackers.DataConverters3D;
namespace MatterHackers.MatterControl.DesignTools
{
public interface ISelectableChildContainer
{
SelectedChildren SelectedChildren
{
get;
}
SelectedChildren SelectedChildren { get; }
}
}