C# 클래스 SnapDotNet.Apps.Pages.SignedIn.FriendsPage

파일 보기 프로젝트 열기: 0xdeafcafe/SnapDotNet

공개 메소드들

메소드 설명
FriendsPage ( ) : SnapDotNet.Apps.Attributes

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
FriendPerson_OnClick ( object sender, RoutedEventArgs e ) : void
FriendPerson_OnHolding ( object sender, HoldingRoutedEventArgs e ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

메소드 상세

FriendsPage() 공개 메소드

public FriendsPage ( ) : SnapDotNet.Apps.Attributes
리턴 SnapDotNet.Apps.Attributes

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void