C# Class NZBHags.GUI.QueueDetailUI

Mostra file Open project: maesse/NZBHags Class Usage Examples

Public Methods

Method Description
InitializeTree ( ) : void
QueueDetailUI ( FileCollection &collection ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Closing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeImages ( ) : void
UpdateSubPanel ( ) : void
UpdateTree ( ) : void
timer1_Tick ( object sender, EventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void

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

InitializeTree() public method

public InitializeTree ( ) : void
return void

QueueDetailUI() public method

public QueueDetailUI ( FileCollection &collection ) : System
collection FileCollection
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void