C# Class CrystalMpq.Explorer.ExtractionProgressionForm

Datei anzeigen Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
UpdateFileInformation ( int index, string filename ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method 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 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

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
return void

UpdateFileInformation() public method

public UpdateFileInformation ( int index, string filename ) : void
index int
filename string
return void