C# Class CrystalMpq.Explorer.ExtractionProgressionForm

Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Méthode Description
UpdateFileInformation ( int index, string filename ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
AskForOverwrite ( string file, string directory, ulong newSize ) : DialogResult
ErrorDialog ( string message ) : void
ExtractionProgressionForm ( ExtractionProgressionDialog dialog ) : System
InitializeComponent ( ) : void

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

RefreshFileInformation ( ) : void
RefreshStatus ( ) : void
ShowDialog ( IWin32Window owner, ExtractionProcedure extractionProcedure, object state ) : DialogResult
abortButton_Click ( object sender, EventArgs 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

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

UpdateFileInformation() public méthode

public UpdateFileInformation ( int index, string filename ) : void
index int
filename string
Résultat void