コード例 #1
0
 private void ExecuteGoToFriendCommand(FriendViewModel friendViewModel)
 {
     this.ShowViewModel<FriendViewModel>(
         new { id = friendViewModel.Id, title = friendViewModel.Title, image = friendViewModel.Image });
 }