Add SetupRequired indicator ISetupWizard
This commit is contained in:
parent
bf5ed7439a
commit
c5edf5c761
7 changed files with 14 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
protected abstract IEnumerator<WizardPage> GetPages();
|
||||
|
||||
public abstract bool SetupRequired { get; }
|
||||
|
||||
public string Title { get; protected set; }
|
||||
|
||||
public PrinterConfig Printer => printer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue