C# Class BF2Statistics.MedalData.GlobalStatMultTimesForm

Inheritance: ConditionForm
Afficher le fichier Open project: BF2Statistics/ControlCenter

Protected Properties

Свойство Type Description
AwardId string
Node System.Windows.Forms.TreeNode
Obj GlobalStatMultTimes

Méthodes publiques

Méthode Description
GetCondition ( ) : Condition
GlobalStatMultTimesForm ( ) : System
GlobalStatMultTimesForm ( TreeNode Node ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Shows the Hours/Minutes/Seconds to Seconds form

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

GetCondition() public méthode

public GetCondition ( ) : Condition
Résultat Condition

GlobalStatMultTimesForm() public méthode

public GlobalStatMultTimesForm ( ) : System
Résultat System

GlobalStatMultTimesForm() public méthode

public GlobalStatMultTimesForm ( TreeNode Node ) : System
Node System.Windows.Forms.TreeNode
Résultat System

Property Details

AwardId protected_oe property

protected string AwardId
Résultat string

Node protected_oe property

protected TreeNode,System.Windows.Forms Node
Résultat System.Windows.Forms.TreeNode

Obj protected_oe property

Will contain an ObjectStat condition during editing.
protected GlobalStatMultTimes,BF2Statistics.MedalData Obj
Résultat GlobalStatMultTimes