C# Class BF2Statistics.EAStatsImportForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Protected Properties

Свойство Type Description
bWorker System.ComponentModel.BackgroundWorker

Méthodes publiques

Méthode Description
EAStatsImportForm ( ) : System

Constructor

bWorker_ImportEaStats ( object sender, DoWorkEventArgs e ) : void

Imports a players stats from the official gamespy ASP. This method is to be used in a background worker

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ImportBtn_Click ( object sender, EventArgs e ) : void

Import Stats Button Click Event

InitializeComponent ( ) : void

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

bWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Finishes the import process

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

EAStatsImportForm() public méthode

Constructor
public EAStatsImportForm ( ) : System
Résultat System

bWorker_ImportEaStats() public méthode

Imports a players stats from the official gamespy ASP. This method is to be used in a background worker
public bWorker_ImportEaStats ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Résultat void

Property Details

bWorker protected_oe property

Background worker for importing player stats
protected BackgroundWorker,System.ComponentModel bWorker
Résultat System.ComponentModel.BackgroundWorker