C# Class MyDownloader.Spider.UI.WebSpider

Show file Open project: mika76/MyDownloader

Public Methods

Method Description
WebSpider ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EnterDownloadMode ( bool downloading ) : void
InitializeComponent ( ) : void

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

RefreshStatus ( ) : void
UpdateInputBasesOnCheckBoxes ( ) : void
btnAbort_Click ( object sender, EventArgs e ) : void
btnDownloadSite_Click ( object sender, EventArgs e ) : void
check_CheckedChanged ( object sender, EventArgs e ) : void
siteSpider_Aborted ( object sender, EventArgs e ) : void
siteSpider_Completed ( SpiderContext cntx ) : void
tmrRefresh_Tick ( object sender, EventArgs 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

WebSpider() public method

public WebSpider ( ) : System
return System