C# Class DeltaZip.ProgressBar

Afficher le fichier Open project: dsrbecky/DeltaZip

Méthodes publiques

Méthode Description
Bind ( ArchiveReader stats ) : void
Bind ( ArchiveWriter stats ) : void
Close ( ) : void
ProgressBar ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormatSize ( long size ) : string
FormatSize ( long size, long outOf ) : string
InitializeComponent ( ) : void

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

ProgressBar_FormClosed ( object sender, FormClosedEventArgs e ) : void
ProgressBar_FormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Bind() public méthode

public Bind ( ArchiveReader stats ) : void
stats ArchiveReader
Résultat void

Bind() public méthode

public Bind ( ArchiveWriter stats ) : void
stats ArchiveWriter
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

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

ProgressBar() public méthode

public ProgressBar ( ) : System
Résultat System