C# 클래스 ZTn.BNet.D3ProfileExplorer.D3ItemEditor

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: zetoken/D3-API-by-ZTn

공개 메소드들

메소드 설명
D3ItemEditor ( ) : System
GetEditedItem ( ) : Item
SetEditedItem ( Item item ) : void

비공개 메소드들

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

메소드 상세

D3ItemEditor() 공개 메소드

public D3ItemEditor ( ) : System
리턴 System

GetEditedItem() 공개 메소드

public GetEditedItem ( ) : Item
리턴 Item

SetEditedItem() 공개 메소드

public SetEditedItem ( Item item ) : void
item Item
리턴 void