Reuse LoadFilamentWizard in XYCalibrationWizard
MatterHackers/MCCentral#5266 XYCalibration Wizard should include LoadFilament pages if materials are unknown
This commit is contained in:
parent
c327fce29b
commit
d0d2317600
5 changed files with 86 additions and 5 deletions
|
|
@ -46,5 +46,11 @@ namespace MatterHackers.MatterControl
|
|||
bool Visible { get; }
|
||||
|
||||
bool Enabled { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Allow the wizard to participate in the ClosePage process, optionally aborting the close if needed.
|
||||
/// </summary>
|
||||
/// <returns>A value indicating if the owning window should be closed on page close.</returns>
|
||||
bool ClosePage();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue