C# Class FC3Editor.UI.PromptInventoryList

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
PromptInventoryList ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FillCategories ( Inventory entry, IndentedComboBox item ) : void
FindCategory ( Inventory entry ) : IndentedComboBox.Item
InitializeComponent ( ) : void
RefreshList ( ) : void
categoryComboBox_SelectedItemChanged ( object sender, IndentedComboboxItemEventArgs e ) : void
inventoryList_DoubleClick ( object sender, EventArgs e ) : void
inventoryList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PromptInventoryList() public method

public PromptInventoryList ( ) : System
return System