Restore Cancel button
This commit is contained in:
parent
5709caff91
commit
ac9a0df5d3
1 changed files with 4 additions and 4 deletions
|
|
@ -73,16 +73,16 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public async override void OnLoad(EventArgs args)
|
||||
{
|
||||
// Replace with calibration template code
|
||||
await templatePrinter.PrintTemplate(verticalLayout: true);
|
||||
await templatePrinter.PrintTemplate(verticalLayout: false);
|
||||
|
||||
if (!this.HasBeenClosed)
|
||||
{
|
||||
this.NextButton.Enabled = true;
|
||||
}
|
||||
|
||||
base.OnLoad(args);
|
||||
|
||||
// Replace with calibration template code
|
||||
await templatePrinter.PrintTemplate(verticalLayout: true);
|
||||
await templatePrinter.PrintTemplate(verticalLayout: false);
|
||||
}
|
||||
|
||||
public override void OnClosed(EventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue