C# Class HoldIt.LevelHighScoreList

Inheritance: PhoneApplicationPage
Show file Open project: ibdknox/swred

Public Methods

Method Description
LevelHighScoreList ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
GenerateScoresForLevel ( string level ) : void
GenerateScoresForPlayer ( string player ) : void

Method Details

LevelHighScoreList() public method

public LevelHighScoreList ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void