C# Class NZBHags.GUI.QueueDetailUI

Afficher le fichier Open project: maesse/NZBHags Class Usage Examples

Méthodes publiques

Méthode Description
InitializeTree ( ) : void
QueueDetailUI ( FileCollection &collection ) : System
UpdateUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

InitializeTree() public méthode

public InitializeTree ( ) : void
Résultat void

QueueDetailUI() public méthode

public QueueDetailUI ( FileCollection &collection ) : System
collection FileCollection
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void