C# Class NiceHashMiner.Form_Loading

Show file Open project: nicehash/NiceHashMiner Class Usage Examples

Public Methods

Method Description
FinishLoad ( ) : void
FinishMsg ( bool ok ) : void
Form_Loading ( IAfterInitializationCaller initCaller, string loadFormTitle, string startInfoMsg, int totalLoadSteps ) : System
Form_Loading ( MinersDownloader minersDownloader ) : System
IncreaseLoadCounter ( ) : void
IncreaseLoadCounterAndMessage ( string infoMsg ) : void
SetInfoMsg ( string infoMsg ) : void
SetMaxProgressValue ( int max ) : void
SetMessage ( string infoMsg ) : void
SetMessageAndIncrementStep ( string infoMsg ) : void
SetProgressMaxValue ( int maxValue ) : void
SetProgressValueAndMsg ( int value, string msg ) : void
SetTitle ( string title ) : void
SetValueAndMsg ( int setValue, string infoMsg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form_Loading_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

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

FinishLoad() public method

public FinishLoad ( ) : void
return void

FinishMsg() public method

public FinishMsg ( bool ok ) : void
ok bool
return void

Form_Loading() public method

public Form_Loading ( IAfterInitializationCaller initCaller, string loadFormTitle, string startInfoMsg, int totalLoadSteps ) : System
initCaller IAfterInitializationCaller
loadFormTitle string
startInfoMsg string
totalLoadSteps int
return System

Form_Loading() public method

public Form_Loading ( MinersDownloader minersDownloader ) : System
minersDownloader MinersDownloader
return System

IncreaseLoadCounter() public method

public IncreaseLoadCounter ( ) : void
return void

IncreaseLoadCounterAndMessage() public method

public IncreaseLoadCounterAndMessage ( string infoMsg ) : void
infoMsg string
return void

SetInfoMsg() public method

public SetInfoMsg ( string infoMsg ) : void
infoMsg string
return void

SetMaxProgressValue() public method

public SetMaxProgressValue ( int max ) : void
max int
return void

SetMessage() public method

public SetMessage ( string infoMsg ) : void
infoMsg string
return void

SetMessageAndIncrementStep() public method

public SetMessageAndIncrementStep ( string infoMsg ) : void
infoMsg string
return void

SetProgressMaxValue() public method

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

SetProgressValueAndMsg() public method

public SetProgressValueAndMsg ( int value, string msg ) : void
value int
msg string
return void

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void

SetValueAndMsg() public method

public SetValueAndMsg ( int setValue, string infoMsg ) : void
setValue int
infoMsg string
return void