C# Class Gurtle.WorkProgressForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: csware/GurtleReloaded Class Usage Examples

Méthodes publiques

Méthode Description
ReportDetailLine ( string line ) : void
ReportProgress ( int percentage ) : void
ReportProgress ( int percentage, string status ) : void
ReportProgress ( string status ) : void
WorkProgressForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
CancelButton_Click ( object sender, EventArgs e ) : void
DetailsButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OnProgressChanged ( int percentage, System.Action update ) : void
ReportProgressImpl ( int percentage, System.Action update ) : void
Worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
Worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : 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

OnClosing() protected méthode

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

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void

ReportDetailLine() public méthode

public ReportDetailLine ( string line ) : void
line string
Résultat void

ReportProgress() public méthode

public ReportProgress ( int percentage ) : void
percentage int
Résultat void

ReportProgress() public méthode

public ReportProgress ( int percentage, string status ) : void
percentage int
status string
Résultat void

ReportProgress() public méthode

public ReportProgress ( string status ) : void
status string
Résultat void

WorkProgressForm() public méthode

public WorkProgressForm ( ) : System
Résultat System