C# Class VietOCR.NET.DownloadDialog

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: nguyenq/VietOCR3.NET Class Usage Examples

Public Methods

Method Description
DownloadDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs ea ) : void

Private Methods

Method Description
CheckDirectoryWriteAccess ( string directory ) : bool

Determines if a folder is writable by a user.

Client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
Client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
DownloadDataFile ( Uri uri, string destFolder ) : void
FindKey ( string>.IDictionary lookup, string value ) : string
InitializeComponent ( ) : void

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

buttonCancel_Click ( object sender, EventArgs e ) : void
buttonDownload_Click ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
resetUI ( ) : 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

DownloadDialog() public method

public DownloadDialog ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs ea ) : void
ea System.EventArgs
return void