C# Class ZTn.BNet.D3ProfileExplorer.D3ItemEditor

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: zetoken/D3-API-by-ZTn

Public Methods

Method Description
D3ItemEditor ( ) : System
GetEditedItem ( ) : Item
SetEditedItem ( Item item ) : void

Private Methods

Method Description
GetData ( Control textBox ) : ZTn.BNet.D3.Items.ItemValueRange
GetDataPercent ( Control textBox ) : ZTn.BNet.D3.Items.ItemValueRange
GuiReset_Click ( object sender, EventArgs e ) : void
PopulateData ( Control textBox, ZTn.BNet.D3.Items.ItemValueRange itemValueRange ) : void
PopulateDataPercent ( Control textBox, ZTn.BNet.D3.Items.ItemValueRange itemValueRange ) : void
SelectActiveGem ( ComboBox comboBox, IEnumerable refGems, ZTn.BNet.D3.Items.ItemSummary equippedGem ) : void
guiItemTypeId_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

D3ItemEditor() public method

public D3ItemEditor ( ) : System
return System

GetEditedItem() public method

public GetEditedItem ( ) : Item
return Item

SetEditedItem() public method

public SetEditedItem ( Item item ) : void
item Item
return void