C# Класс Kelly.App.MainPage

A page that displays a grouped collection of items.
Наследование: Kelly.App.Common.LayoutAwarePage
Показать файл Открыть проект

Открытые методы

Метод Описание
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