C# Class SqlIndexConsole.FixProgressDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: brianpursley/sql-index-console Class Usage Examples

Méthodes publiques

Méthode Description
FixProgressDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddStatusText ( string text ) : void
CancelFormButton_Click ( object sender, EventArgs e ) : void
ClockTimer_Tick ( object sender, EventArgs e ) : void
CloseButton_Click ( object sender, EventArgs e ) : void
CopyToClipboardButton_Click ( object sender, EventArgs e ) : void
FixBackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
FixBackgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
FixBackgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
FixProgressDialog_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
FixProgressDialog_Load ( object sender, EventArgs e ) : void
FixProgressDialog_Shown ( object sender, EventArgs e ) : void
FixProgressTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

ReportException ( int progressPercent, Exception ex ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FixProgressDialog() public méthode

public FixProgressDialog ( ) : System
Résultat System