Fix naming error

This commit is contained in:
John Lewin 2019-02-15 21:03:01 -08:00
parent d035c58d10
commit edba8b333f
2 changed files with 7 additions and 7 deletions

View file

@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
};
loadFilamentButton.Click += (s, e) =>
{
wizardPage.ShowNextPage(this.DialogWindow);
setupWizard.ShowNextPage(this.DialogWindow);
};
this.AddPageAction(loadFilamentButton);