Exemplo n.º 1
0
 /// <summary>
 /// Save the state
 /// </summary>
 public void Save()
 {
     _statePersister.Save(this);
 }
 /// <summary>
 /// Natvigate to the next view.
 /// </summary>
 public void Navigate()
 {
     _statePersister.Save(_state);
     _viewManager.ActivateView(this);
 }