Reduce wizard definitions to new ISetupWizard interface
- Remove overlapping roles with DialogPage - Use ISetupWizard to define forward through page definitions - Remove PrinterSetupWizardRootPage, use first page in Pages
This commit is contained in:
parent
4e0078ebf0
commit
029f4fc0a7
16 changed files with 100 additions and 101 deletions
|
|
@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
{
|
||||
private bool autoAdvance;
|
||||
|
||||
public HomePrinterPage(PrinterSetupWizard context, string headerText, string instructionsText, bool autoAdvance)
|
||||
public HomePrinterPage(ISetupWizard context, string headerText, string instructionsText, bool autoAdvance)
|
||||
: base(context, headerText, instructionsText)
|
||||
{
|
||||
this.autoAdvance = autoAdvance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue