C# Class Win8Client.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: NathanTeeuwen/Dominulator

Public Properties

Property Type Description
appDataContext AppDataContext
appDataContextStatic AppDataContext
random System.Random

Public Methods

Method Description
MainPage ( ) : System
UpdateAllCardsListSelection ( ) : void

Private Methods

Method Description
AllCardsButton_Click ( object sender, RoutedEventArgs e ) : void
BackButton_Click ( object sender, RoutedEventArgs e ) : void
GenerateRandom ( int targetCount, DominionCard &baneCard, IList resultList, IList sourceList, IEnumerable allCards, IEnumerable itemsToReplace ) : bool
GoogleButtonClick ( object sender, RoutedEventArgs e ) : void
HelpButton_Click ( object sender, RoutedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
SaveReportButton_Click ( object sender, RoutedEventArgs e ) : void
SettingsButton_Click ( object sender, RoutedEventArgs e ) : void
StrategyReport_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateCommonCardsFromKingdom ( object sender, PropertyChangedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

UpdateAllCardsListSelection() public method

public UpdateAllCardsListSelection ( ) : void
return void

Property Details

appDataContext public property

public AppDataContext appDataContext
return AppDataContext

appDataContextStatic public static property

public static AppDataContext appDataContextStatic
return AppDataContext

random public static property

public static Random,System random
return System.Random