Working on new supports

refactoring tour classes
This commit is contained in:
Lars Brubaker 2018-12-28 16:00:21 -08:00
parent ae2c686c57
commit 83fd3423ec
7 changed files with 192 additions and 33 deletions

View file

@ -145,6 +145,10 @@ namespace MatterHackers.MatterControl.Library
};
})
{ DateCreated = new System.DateTime(index++) },
new GeneratorItem(
() => "Supports".Localize(),
() => SupportControls.Create())
{ DateCreated = new System.DateTime(index++) },
};
string title = "Primitive Shapes".Localize();