C# Class Zetbox.Client.Bootstrapper.Bootstrapper

显示文件 Open project: daszat/zetbox

Public Methods

Method Description
Bootstrapper ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Bootstrapper_Load ( object sender, EventArgs e ) : void
CleanupUnusedFiles ( FileInfoArray files ) : void
CloseBootstrapper ( ) : void
DownloadFile ( FileInfo f ) : bool
GetFileInfos ( Uri adr ) : string
InitProgressBar ( int max ) : void
InitializeComponent ( ) : void

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

LoadFileInformations ( ) : FileInfoArray
PrepareTargetDir ( ) : string
SetAddress ( ) : void
SetProgressBar ( int i ) : void
SetStatus ( string txt ) : void
ShowAddressDialog ( ) : void
StartZetbox ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
run_bootstrapper ( ) : void
service_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
service_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

Bootstrapper() public method

public Bootstrapper ( ) : System
return System

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