mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Removed unnecessary call to the base class method.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
67a0980318
commit
b94274949e
@ -107,7 +107,6 @@ namespace XenAdmin.Wizards.GenericPages
|
||||
public override void PageCancelled()
|
||||
{
|
||||
DeregisterConnectionEvents();
|
||||
base.PageCancelled();
|
||||
}
|
||||
|
||||
public void RefreshPage()
|
||||
|
@ -104,8 +104,6 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
Status = Status.Cancelled;
|
||||
backgroundWorkers.ForEach(bgw => bgw.CancelAsync());
|
||||
}
|
||||
|
||||
base.PageCancelled();
|
||||
}
|
||||
|
||||
protected override void PageLoadedCore(PageLoadedDirection direction)
|
||||
|
Loading…
Reference in New Issue
Block a user