C# Class TeaseAI_CE.UI.frmLoading

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Méthodes publiques

Méthode Description
Status ( float percent, string message ) : void
SubStatus ( string message ) : void
frmLoading ( LoadDelegate load ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

finish ( bool result ) : void
frmLoading_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmLoading_Shown ( object sender, EventArgs e ) : void
precentToValue ( float percent, int min, int max ) : int

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

Status() public méthode

public Status ( float percent, string message ) : void
percent float
message string
Résultat void

SubStatus() public méthode

public SubStatus ( string message ) : void
message string
Résultat void

frmLoading() public méthode

public frmLoading ( LoadDelegate load ) : System
load LoadDelegate
Résultat System