C# Class Zetbox.Client.Bootstrapper.Bootstrapper

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Bootstrapper ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Bootstrapper ( ) : System
Résultat System

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