Rename LevelingWizardContext -> LevelingWizard, consolidate types

- Merge temporary LevelingWizardX into LevelingWizard
This commit is contained in:
John Lewin 2018-05-23 19:12:46 -07:00
parent 8b1dc1ab35
commit bc9d05b6e4
18 changed files with 148 additions and 146 deletions

View file

@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
private EventHandler unregisterEvents;
private bool autoAdvance;
public HomePrinterPage(LevelingWizardContext context, string headerText, string instructionsText, bool autoAdvance)
public HomePrinterPage(LevelingWizard context, string headerText, string instructionsText, bool autoAdvance)
: base(context, headerText, instructionsText)
{
this.autoAdvance = autoAdvance;