Revise WizardWindow api

- WizardPage instance should drive window namespace and title
- Key open windows page initial WizardPage type
This commit is contained in:
John Lewin 2017-08-23 15:51:29 -07:00
parent c27b6ec62d
commit 559c300cb4
32 changed files with 113 additions and 55 deletions

View file

@ -46,7 +46,7 @@ namespace MatterHackers.MatterControl
{
this.renameCallback = functionToCallToRenameItem;
this.Text = windowTitle;
this.WindowTitle = windowTitle;
var textBoxHeader = new TextWidget("Name".Localize(), pointSize: 12)
{