C# Class ProgressBarForm.ProgressBarForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: sergey-and-valya/load-balancing

Public Methods

Method Description
IncrementLoadValue ( ) : void
ProgressBarForm ( ) : System.Windows.Forms
SetLoadProgressBarStepValue ( int maxValue ) : void

Method Details

IncrementLoadValue() public method

public IncrementLoadValue ( ) : void
return void

ProgressBarForm() public method

public ProgressBarForm ( ) : System.Windows.Forms
return System.Windows.Forms

SetLoadProgressBarStepValue() public method

public SetLoadProgressBarStepValue ( int maxValue ) : void
maxValue int
return void