C# Class BF2Statistics.GameResultForm

Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Protected Properties

Свойство Type Description
ArmyNames string[]

Méthodes publiques

Méthode Description
GameResultForm ( GameResult Game, bool isProcessed ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GameResultForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
GetArmyCode ( int ArmyId ) : string
GetGameModeText ( int GameMode ) : string
InitializeComponent ( ) : void

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

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

GameResultForm() public méthode

public GameResultForm ( GameResult Game, bool isProcessed ) : System
Game GameResult
isProcessed bool
Résultat System

Property Details

ArmyNames protected_oe property

An array of the supported army names [ArmyId => Name]
protected string[] ArmyNames
Résultat string[]