mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Page changing (#11770)
This commit is contained in:
@@ -13,5 +13,8 @@ export abstract class MigrationWizardPage {
|
||||
public getwizardPage(): azdata.window.WizardPage {
|
||||
return this.wizardPage;
|
||||
}
|
||||
|
||||
public abstract async onPageEnter(): Promise<void>;
|
||||
public abstract async onPageLeave(): Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user