C# Class TeaseAI_CE.UI.frmLoading

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: TeaseAI/TeaseAI-CE Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Status() public method

public Status ( float percent, string message ) : void
percent float
message string
return void

SubStatus() public method

public SubStatus ( string message ) : void
message string
return void

frmLoading() public method

public frmLoading ( LoadDelegate load ) : System
load LoadDelegate
return System