C# 클래스 Kelly.App.MainPage

A page that displays a grouped collection of items.
상속: Kelly.App.Common.LayoutAwarePage
파일 보기 프로젝트 열기: jayway/Kelly-Win8-XAML

공개 메소드들

메소드 설명
MainPage ( ) : System
ShowSettingsPanel ( ) : void

보호된 메소드들

메소드 설명
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

비공개 메소드들

메소드 설명
ForEachVoteButton ( Action forEachAction ) : void
ForEachVoteButtonIn ( Action forEachAction, Grid votingGrid ) : void
HideSettingsPanel ( object sender, PointerRoutedEventArgs e ) : void
ResetCountButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
RunShowHistoryCommandSinceICommandWontWork ( ) : void
ShowHistoryButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
ShowSummaryButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
SummaryGrid_Tapped ( object sender, TappedRoutedEventArgs e ) : void

메소드 상세

LoadState() 보호된 메소드

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

ShowSettingsPanel() 공개 메소드

public ShowSettingsPanel ( ) : void
리턴 void