C# Class CSharpUtils.Forms.ProgressForm

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
OnCancelClick Func
Process Action
WaitObject object

Méthodes publiques

Méthode Description
ExecuteProcess ( ) : void
ProgressForm ( ) : System
ProgressForm_Ended ( ) : void
SetOriginDestination ( String Origin, String Destination ) : void
SetStep ( double Value, String Details ) : void

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.

button1_Click ( object sender, EventArgs e ) : 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

ExecuteProcess() public méthode

public ExecuteProcess ( ) : void
Résultat void

ProgressForm() public méthode

public ProgressForm ( ) : System
Résultat System

ProgressForm_Ended() public méthode

public ProgressForm_Ended ( ) : void
Résultat void

SetOriginDestination() public méthode

public SetOriginDestination ( String Origin, String Destination ) : void
Origin String
Destination String
Résultat void

SetStep() public méthode

public SetStep ( double Value, String Details ) : void
Value double
Details String
Résultat void

Property Details

OnCancelClick public_oe property

public Func OnCancelClick
Résultat Func

Process public_oe property

public Action Process
Résultat Action

WaitObject public_oe property

public object WaitObject
Résultat object