/// <summary>
 /// Initializes the view model.
 /// </summary>
 protected void Initialize()
 {
     _currentStep = _steps[0];
 }
Exemple #2
0
 /// <summary>
 /// Initializes the view model.
 /// </summary>
 protected void Initialize()
 {
     _currentStep = _steps[0];
 }