Exemplo n.º 1
0
 public static TWizardPage InsertPage <TWizardPage>(this Orc.Wizard.IWizard wizard, int index)
     where TWizardPage : Orc.Wizard.IWizardPage
 {
 }
Exemplo n.º 2
0
 public static Orc.Wizard.IWizardPage FindPage(this Orc.Wizard.IWizard wizard, System.Func <Orc.Wizard.IWizardPage, bool> predicate)
 {
 }
Exemplo n.º 3
0
 public static TWizardPage FindPageByType <TWizardPage>(this Orc.Wizard.IWizard wizard)
     where TWizardPage : Orc.Wizard.IWizardPage
 {
 }
Exemplo n.º 4
0
 public static Orc.Wizard.IWizardPage AddPage(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage page)
 {
 }
Exemplo n.º 5
0
 public static TWizardPage AddPage <TWizardPage>(this Orc.Wizard.IWizard wizard)
     where TWizardPage : Orc.Wizard.IWizardPage
 {
 }
Exemplo n.º 6
0
 protected override System.Collections.Generic.IEnumerable <Orc.Wizard.IWizardNavigationButton> CreateNavigationButtons(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 7
0
 public int GetIndexOfPreviousPage(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 8
0
 public DefaultNavigationController(Orc.Wizard.IWizard wizard, Catel.Services.ILanguageService languageService, Catel.Services.IMessageService messageService)
 {
 }
Exemplo n.º 9
0
 protected virtual Orc.Wizard.WizardNavigationButton CreateBackButton(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 10
0
 public System.Threading.Tasks.Task <bool?> ShowWizardAsync(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 11
0
 public WizardViewModel(Orc.Wizard.IWizard wizard, Catel.Services.IMessageService messageService, Catel.Services.ILanguageService languageService)
 {
 }
Exemplo n.º 12
0
 public static System.Threading.Tasks.Task MoveToPageAsync(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage wizardPage)
 {
 }
Exemplo n.º 13
0
 public static System.Threading.Tasks.Task MoveForwardOrResumeAsync(this Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 14
0
 public static TWizardPage AddPage <TWizardPage>(this Orc.Wizard.IWizard wizard, object model)
     where TWizardPage : Orc.Wizard.IWizardPage
 {
 }
Exemplo n.º 15
0
 public static bool IsLastPage(this Orc.Wizard.IWizard wizard, Orc.Wizard.IWizardPage wizardPage = null)
 {
 }
Exemplo n.º 16
0
 public int GetIndexOfNextPage(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 17
0
 public System.Threading.Tasks.Task <System.Nullable <bool> > ShowWizardAsync(Orc.Wizard.IWizard wizard)
 {
 }
Exemplo n.º 18
0
 protected override Orc.Wizard.WizardNavigationButton CreateFinishButton(Orc.Wizard.IWizard wizard)
 {
 }