Added passing UndoBuffer to rebuildable
This commit is contained in:
parent
4e41fa6694
commit
9cc6d5f469
43 changed files with 208 additions and 99 deletions
|
|
@ -28,10 +28,12 @@ either expressed or implied, of the FreeBSD Project.
|
|||
*/
|
||||
|
||||
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace MatterHackers.MatterControl.DesignTools
|
||||
{
|
||||
public interface IRebuildable
|
||||
{
|
||||
void Rebuild();
|
||||
void Rebuild(UndoBuffer undoBuffer);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue