C# Class iSpyApplication.downloader

Exibir arquivo Open project: ispysoftware/iSpy Class Usage Examples

Public Properties

Property Type Description
Format string
SaveLocation string
Url string

Public Methods

Method Description
downloader ( ) : System

Private Methods

Method Description
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
downloader_FormClosing ( object sender, FormClosingEventArgs e ) : void
downloader_Load ( object sender, EventArgs e ) : void

Method Details

downloader() public method

public downloader ( ) : System
return System

Property Details

Format public_oe property

public string Format
return string

SaveLocation public_oe property

public string SaveLocation
return string

Url public_oe property

public string Url
return string