C# Class NZBHags.GUI.DLThreadGUI

Inheritance: System.Windows.Forms.UserControl, IUpdatingControl
Mostra file Open project: maesse/NZBHags Class Usage Examples

Public Properties

Property Type Description
conn NNTPConnection
updateDelegate UpdateDelegate

Public Methods

Method Description
DLThreadGUI ( NNTPConnection connection ) : System
ResizeInLayoutEvent ( ) : void
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

DLThreadGUI() public method

public DLThreadGUI ( NNTPConnection connection ) : System
connection NNTPConnection
return System

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

ResizeInLayoutEvent() public method

public ResizeInLayoutEvent ( ) : void
return void

UpdateUI() public method

public UpdateUI ( ) : void
return void

Property Details

conn public_oe property

public NNTPConnection conn
return NNTPConnection

updateDelegate public_oe property

public UpdateDelegate updateDelegate
return UpdateDelegate