SnapDotNet.Apps.ViewModels.SignedIn.FriendsViewModel.GoToFriend C# (CSharp) 메소드

GoToFriend() 개인적인 정적인 메소드

private static GoToFriend ( Friend friend ) : void
friend SnapDotNet.Core.Snapchat.Models.Friend
리턴 void
		private static void GoToFriend(Friend friend)
		{
			App.CurrentFrame.Navigate(typeof (FriendPage), friend);
		}
	}