private void GoToLastPageExecuted(Object param) { if (wizard != null) { DesignerOperations.GoToLastPage(wizard); } }
private void OnGoToLastPage(object sender, MenuActionEventArgs e) { ModelItem wizard = GetWizard(e.Selection.PrimarySelection); if (wizard != null) { DesignerOperations.GoToLastPage(wizard); } }