Rename WizardWindow to DialogWindow
This commit is contained in:
parent
67956ac98f
commit
7a243ce407
31 changed files with 52 additions and 52 deletions
|
|
@ -102,13 +102,13 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
|
||||
public override void OnLoad(EventArgs args)
|
||||
{
|
||||
this.WizardWindow.KeyDown += TopWindowKeyDown;
|
||||
this.DialogWindow.KeyDown += TopWindowKeyDown;
|
||||
base.OnLoad(args);
|
||||
}
|
||||
|
||||
public override void OnClosed(ClosedEventArgs e)
|
||||
{
|
||||
this.WizardWindow.KeyDown -= TopWindowKeyDown;
|
||||
this.DialogWindow.KeyDown -= TopWindowKeyDown;
|
||||
base.OnClosed(e);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue