Пример #1
0
 /// <summary>
 /// Close the view, and show the mainGrid again
 /// <see cref="CloseClick"/>
 /// </summary>
 public void CloseClick()
 {
     _navigationController.NavigateToMainGrid();
 }
Пример #2
0
 /// <summary>
 /// Closes the Content Host
 /// <see cref="CloseClick"/>
 /// </summary>
 public void CloseClick()
 {
     _navigationController.NavigateToMainGrid();
     SelectedGame = new UserDataGames();
 }