Method | Description | |
---|---|---|
MainForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ButtonAbout_Click ( object sender, |
||
ButtonBrowse_Click ( object sender, |
||
ButtonStart_Click ( object sender, |
||
CleanupThreads ( ) : void | ||
Download ( ) : void | ||
GetFilename ( string url ) : string | ||
GetTags ( ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeFormClosingEvents ( ) : void | ||
InitializeNotifyIcon ( ) : void | ||
IsExistingUrl ( string url ) : bool | ||
IsValidUrl ( string url ) : bool | ||
MainForm_FormClosing ( object sender, |
||
ModifyControls ( bool enabled ) : void | ||
Notify ( int duration, string message, ToolTipIcon icon ) : void |
Creates a notification in the system tray from the notify icon.
|
|
Scrape ( ) : void | ||
SetProgress ( int value ) : void | ||
SetProgress ( ulong downloaded, ulong total ) : void | ||
UpdateStatus ( string status ) : void | ||
WebClient_DownloadFileCompleted ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |