Reuse LoadFilamentWizard in XYCalibrationWizard

MatterHackers/MCCentral#5266
XYCalibration Wizard should include LoadFilament pages if materials
are unknown
This commit is contained in:
jlewin 2019-04-15 15:10:19 -07:00
parent c327fce29b
commit d0d2317600
5 changed files with 86 additions and 5 deletions

View file

@ -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();
}
}