/// <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();
 }