C# Class CSharpUtils.Forms.ProgressForm

Show file Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
OnCancelClick Func
Process Action
WaitObject object

Public Methods

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

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.

button1_Click ( object sender, EventArgs e ) : void

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

ExecuteProcess() public method

public ExecuteProcess ( ) : void
return void

ProgressForm() public method

public ProgressForm ( ) : System
return System

ProgressForm_Ended() public method

public ProgressForm_Ended ( ) : void
return void

SetOriginDestination() public method

public SetOriginDestination ( String Origin, String Destination ) : void
Origin String
Destination String
return void

SetStep() public method

public SetStep ( double Value, String Details ) : void
Value double
Details String
return void

Property Details

OnCancelClick public property

public Func OnCancelClick
return Func

Process public property

public Action Process
return Action

WaitObject public property

public object WaitObject
return object