Add SetupRequired indicator ISetupWizard

This commit is contained in:
jlewin 2019-03-20 15:38:54 -07:00
parent bf5ed7439a
commit c5edf5c761
7 changed files with 14 additions and 0 deletions

View file

@ -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;