Beispiel #1
0
 public void RemovePage(Orc.Wizard.IWizardPage page)
 {
 }
Beispiel #2
0
 public static bool IsLastPage(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage wizardPage = null)
 {
 }
Beispiel #3
0
 public void InsertPage(int index, Orc.Wizard.IWizardPage page)
 {
 }
 public static System.Threading.Tasks.Task MoveForwardOrResumeAsync(this Orc.Wizard.IWizardPage wizardPage)
 {
 }
Beispiel #5
0
 public static Orc.Wizard.IWizardPage AddPage(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage page)
 {
 }
 public System.Threading.Tasks.Task QuickNavigateToPageExecuteAsync(Orc.Wizard.IWizardPage parameter)
 {
 }
 public static System.Threading.Tasks.Task MoveToPageAsync(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage wizardPage)
 {
 }
 public bool QuickNavigateToPageCanExecute(Orc.Wizard.IWizardPage parameter)
 {
 }
 protected bool RaiseMovingForward(Orc.Wizard.IWizardPage fromPage, Orc.Wizard.IWizardPage toPage)
 {
 }
 protected bool RaiseMovingBack(Orc.Wizard.IWizardPage fromPage, Orc.Wizard.IWizardPage toPage)
 {
 }
 public virtual Catel.Data.IValidationContext GetValidationContext(Orc.Wizard.IWizardPage wizardPage, bool validate = true)
 {
 }
 public NavigatingEventArgs(Orc.Wizard.IWizardPage from, Orc.Wizard.IWizardPage to)
 {
 }