C# Class LoLGears.GameDetails

Afficher le fichier Open project: hansonw/LoLGears

Méthodes publiques

Свойство Type Description
Game LogData

Méthodes publiques

Méthode Description
GameDetails ( LogData game, Main form ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddSummoner ( Summoner s, FlowLayoutPanel flow, bool leftSide, bool isPlayer ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

closeButton_Click ( object sender, EventArgs e ) : void
showDeaths ( object sender, LinkLabelLinkClickedEventArgs e ) : void
viewGameLog_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GameDetails() public méthode

public GameDetails ( LogData game, Main form ) : System
game LogData
form Main
Résultat System

Property Details

Game public_oe property

public LogData,LoLGears Game
Résultat LogData