C# Class BF2Statistics.MedalData.MedalConditionForm

Show file Open project: BF2Statistics/ControlCenter

Protected Properties

Property Type Description
Node TreeNode
Obj MedalOrRankCondition

Public Methods

Method Description
GetCondition ( ) : Condition
MedalConditionForm ( ) : System
MedalConditionForm ( TreeNode Node ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

TypeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
FinishBtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

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

GetCondition() public method

public GetCondition ( ) : Condition
return Condition

MedalConditionForm() public method

public MedalConditionForm ( ) : System
return System

MedalConditionForm() public method

public MedalConditionForm ( TreeNode Node ) : System
Node TreeNode
return System

TypeSelect_SelectedIndexChanged() protected method

protected TypeSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Node protected property

protected TreeNode Node
return TreeNode

Obj protected property

protected MedalOrRankCondition,BF2Statistics.MedalData Obj
return MedalOrRankCondition