public WizardNode(Experience owner, Wizard wizard, SQMDataId sqmDataID) : base(owner, null, sqmDataID) => this._wizard = wizard;
protected WizardPropertyEditorPage(Wizard owner) : base(owner) { }
internal FirstLaunchMonitoredFoldersPage(Wizard wizard) : base(wizard) { this.Description = Shell.LoadString(StringId.IDS_CHOOSE_MEDIA_LOCATIONS); this.EnableVerticalScrolling = true; }
public MobileWirelessSyncErrorPage(Wizard wizard) : base(wizard) => this.Description = Shell.LoadString(StringId.IDS_WIRELESS_MOBILE_WIZARD_TROUBLESHOOT);
public AccountManagementErrorPage(Wizard owner, string description, string detailedDescription) : base(owner, null, false) { this.Description = description; this.DetailDescription = detailedDescription; }
public PaymentInstrumentStep(Wizard owner, AccountManagementWizardState state, bool parent) : base(owner, state, parent) { this._firstView = true; this.RequireSignIn = true; }
public MobileWirelessSyncSummaryPage(Wizard owner) : base(owner) => this.Description = Shell.LoadString(StringId.IDS_WIRELESS_MOBILE_WIZARD_CONFIRM_TITLE);
public ZuneTagStep(Wizard owner, AccountManagementWizardState state, bool parentAccount) : base(owner, state, parentAccount) { this.Description = Shell.LoadString(StringId.IDS_ACCOUNT_CREATION_ZUNE_TAG_HEADER); this.Initialize(new ZuneTagPropertyEditor()); }
internal FirstLaunchPrivacyPage(Wizard wizard) : base(wizard) => this.Description = Shell.LoadString(StringId.IDS_CHANGE_PRIVACY_SETTINGS);
protected WizardPage(Wizard owner) { this._canNavigateInto = true; this._showStatusMessageIcon = true; this._owner = owner; }
public PurchaseBillingOfferFinishStep(Wizard owner, AccountManagementWizardState state) : base(owner, state, Shell.LoadString(StringId.IDS_ACCOUNT_FINISHED_DESCRIPTION)) => this.RequireSignIn = true;