Defines the WizardStepManager type.
コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WizardViewModel"/> class.
 /// </summary>
 protected WizardViewModel()
 {
     //// TODO : lets make wizard step manager a service that can be injected into the constructor.
     this.wizardStepManager = new WizardStepManager();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WizardViewModel"/> class.
 /// </summary>
 protected WizardViewModel()
 {
     //// TODO : lets make wizard step manager a service that can be injected into the constructor.
     this.wizardStepManager = new WizardStepManager();
 }