Rename WizardWindow to DialogWindow

This commit is contained in:
John Lewin 2018-06-19 15:02:25 -07:00
parent 67956ac98f
commit 7a243ce407
31 changed files with 52 additions and 52 deletions

View file

@ -73,7 +73,7 @@ namespace MatterHackers.MatterControl
if (!string.IsNullOrEmpty(newName))
{
action.Invoke(newName);
this.WizardWindow.CloseOnIdle();
this.DialogWindow.CloseOnIdle();
}
};
this.AddPageAction(actionButton);