C# Class LoLGears.Main

显示文件 Open project: hansonw/LoLGears Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Main() public method

public Main ( ) : System
return System

OpenSummonerDetails() public method

public OpenSummonerDetails ( string summonerName ) : void
summonerName string
return void

SearchSummoner() public method

public SearchSummoner ( string summonerName, string champion = null, string type = "" ) : void
summonerName string
champion string
type string
return void