Revise WizardWindow api
- WizardPage instance should drive window namespace and title - Key open windows page initial WizardPage type
This commit is contained in:
parent
c27b6ec62d
commit
559c300cb4
32 changed files with 113 additions and 55 deletions
|
|
@ -71,7 +71,10 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
{
|
||||
if (!ProfileManager.Instance.ActiveProfiles.Any())
|
||||
{
|
||||
UiThread.RunOnIdle(WizardWindow.ChangeToPage<SetupStepMakeModelName>);
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
WizardWindow.ChangeToPage<SetupStepMakeModelName>();
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue