C# Class VietOCR.NET.DownloadDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nguyenq/VietOCR3.NET Class Usage Examples

Méthodes publiques

Méthode Description
DownloadDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DownloadDialog() public méthode

public DownloadDialog ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs ea ) : void
ea System.EventArgs
Résultat void