Add Visible/Enabled properties to ISetupWizard
- Add support for filtering out invalid wizards at runtime - Add support for disabling wizards until requirements are met
This commit is contained in:
parent
499d46a686
commit
8ce46e32cb
8 changed files with 46 additions and 4 deletions
|
|
@ -47,6 +47,10 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public abstract bool SetupRequired { get; }
|
||||
|
||||
public abstract bool Visible { get; }
|
||||
|
||||
public abstract bool Enabled { get; }
|
||||
|
||||
public string Title { get; protected set; }
|
||||
|
||||
public PrinterConfig Printer => printer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue