C# Class DeltaZip.ProgressBar

Exibir arquivo Open project: dsrbecky/DeltaZip

Public Methods

Method Description
Bind ( ArchiveReader stats ) : void
Bind ( ArchiveWriter stats ) : void
Close ( ) : void
ProgressBar ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public Bind ( ArchiveReader stats ) : void
stats ArchiveReader
return void

Bind() public method

public Bind ( ArchiveWriter stats ) : void
stats ArchiveWriter
return void

Close() public method

public Close ( ) : void
return void

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

ProgressBar() public method

public ProgressBar ( ) : System
return System