C# Class LoLGears.Main

Afficher le fichier Open project: hansonw/LoLGears Class Usage Examples

Méthodes publiques

Méthode Description
Main ( ) : System
OpenSummonerDetails ( string summonerName ) : void
SearchSummoner ( string summonerName, string champion = null, string type = "" ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CheckForUpdates ( ) : void
CriteriaSatisfied ( LogData game, List criteria ) : bool
DataBindingComplete ( object sender, DataGridViewBindingCompleteEventArgs e ) : void
FieldKeyDown ( object sender, KeyEventArgs e ) : void
FindLogDirectory ( ) : string
InitializeComponent ( ) : void

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

LoadData ( ) : void
LoadLogFiles ( ) : void
ReloadGameTable ( ) : void
ResetForm ( ) : void
TeamSatisfies ( string player, List team, List criteria ) : bool
UpdateCounter ( ) : void
aboutMenuItem_Click ( object sender, EventArgs e ) : void
botGamesCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
checkUpdatesMenuItem_Click ( object sender, EventArgs e ) : void
exitMenuItem_Click ( object sender, EventArgs e ) : void
gameTableCellChange ( object sender, EventArgs e ) : void
gameTableCellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
goButton_Click ( object sender, EventArgs e ) : void
mapComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
refreshGamesMenuItem_Click ( object sender, EventArgs e ) : void
resetButton_Click ( object sender, EventArgs e ) : void
searchHelpButton_Click ( object sender, EventArgs e ) : void
spectateCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
summonerTableCellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
tabSelected ( object sender, TabControlEventArgs e ) : void
viewGameDetails ( object sender, DataGridViewCellEventArgs e ) : void
viewSummonerDetails ( object sender, DataGridViewCellEventArgs 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

Main() public méthode

public Main ( ) : System
Résultat System

OpenSummonerDetails() public méthode

public OpenSummonerDetails ( string summonerName ) : void
summonerName string
Résultat void

SearchSummoner() public méthode

public SearchSummoner ( string summonerName, string champion = null, string type = "" ) : void
summonerName string
champion string
type string
Résultat void