C# Class ps2ls.Forms.AssetBrowser

Exibir arquivo Open project: psemu/ps2ls Class Usage Examples

Public Methods

Method Description
CreateInstance ( ) : void
DeleteInstance ( ) : void
RefreshPacksListBox ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AssetBrowser ( ) : System
InitializeComponent ( ) : void

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

PackBrowserUserControl_Load ( object sender, EventArgs e ) : void
addPacksButton_Click ( object sender, EventArgs e ) : void
assetsDataGridView_SelectionChanged ( object sender, EventArgs e ) : void
clearSearchButton_Click ( object sender, EventArgs e ) : void
extractPacksToolStripMenuItem_Click ( object sender, EventArgs e ) : void
extractSelectedAssetsButton_Click ( object sender, EventArgs e ) : void
extractSelectedPacks ( ) : void
extractSelectedPacksButton_Click ( object sender, EventArgs e ) : void
filesMaxComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
packContextMenuStrip_Opening ( object sender, CancelEventArgs e ) : void
packsListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
packsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
packsListBox_SelectedValueChanged ( object sender, EventArgs e ) : void
refreshAssetsDataGridView ( ) : void
searchAssetsTimer_Tick ( object sender, EventArgs e ) : void
searchTextBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

CreateInstance() public static method

public static CreateInstance ( ) : void
return void

DeleteInstance() public static method

public static DeleteInstance ( ) : void
return void

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

RefreshPacksListBox() public method

public RefreshPacksListBox ( ) : void
return void