Property | Type | Description | |
---|---|---|---|
Flash | void | ||
InitializeComponent | void | ||
backgroundWorker_DoWork | void | ||
backgroundWorker_RunWorkerCompleted | void | ||
btnCancel_Click | void | ||
btnClose_Click | void | ||
serverUrl_LinkClicked | void | ||
webClient_TorrentAdded | void |
Method | Description | |
---|---|---|
ProgressWindow ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Method | Description | |
---|---|---|
Flash ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void | ||
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void | ||
serverUrl_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
webClient_TorrentAdded ( object sender, TorrentEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |