C# Class Disco.ClientBootstrapper.FormStatus

Inheritance: System.Windows.Forms.Form, IStatus
Afficher le fichier Open project: garysharp/Disco Class Usage Examples

Méthodes publiques

Méthode Description
FormStatus ( ) : System
UpdateStatus ( string Heading, string SubHeading, string Message, Nullable ShowProgress = null, Nullable Progress = null ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormStatus_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

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

UpdateStatusDo ( string Heading, string SubHeading, string Message, Nullable ShowProgress, Nullable Progress ) : void

Method Details

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

FormStatus() public méthode

public FormStatus ( ) : System
Résultat System

UpdateStatus() public méthode

public UpdateStatus ( string Heading, string SubHeading, string Message, Nullable ShowProgress = null, Nullable Progress = null ) : void
Heading string
SubHeading string
Message string
ShowProgress Nullable
Progress Nullable
Résultat void