C# 클래스 BF2Statistics.EAStatsImportForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bWorker System.ComponentModel.BackgroundWorker

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

EAStatsImportForm() 공개 메소드

Constructor
public EAStatsImportForm ( ) : System
리턴 System

bWorker_ImportEaStats() 공개 메소드

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
리턴 void

프로퍼티 상세

bWorker 보호되어 있는 프로퍼티

Background worker for importing player stats
protected BackgroundWorker,System.ComponentModel bWorker
리턴 System.ComponentModel.BackgroundWorker