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