C# Class NiceHashMiner.Form_Loading

Afficher le fichier Open project: nicehash/NiceHashMiner Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

FinishLoad() public méthode

public FinishLoad ( ) : void
Résultat void

FinishMsg() public méthode

public FinishMsg ( bool ok ) : void
ok bool
Résultat void

Form_Loading() public méthode

public Form_Loading ( IAfterInitializationCaller initCaller, string loadFormTitle, string startInfoMsg, int totalLoadSteps ) : System
initCaller IAfterInitializationCaller
loadFormTitle string
startInfoMsg string
totalLoadSteps int
Résultat System

Form_Loading() public méthode

public Form_Loading ( MinersDownloader minersDownloader ) : System
minersDownloader MinersDownloader
Résultat System

IncreaseLoadCounter() public méthode

public IncreaseLoadCounter ( ) : void
Résultat void

IncreaseLoadCounterAndMessage() public méthode

public IncreaseLoadCounterAndMessage ( string infoMsg ) : void
infoMsg string
Résultat void

SetInfoMsg() public méthode

public SetInfoMsg ( string infoMsg ) : void
infoMsg string
Résultat void

SetMaxProgressValue() public méthode

public SetMaxProgressValue ( int max ) : void
max int
Résultat void

SetMessage() public méthode

public SetMessage ( string infoMsg ) : void
infoMsg string
Résultat void

SetMessageAndIncrementStep() public méthode

public SetMessageAndIncrementStep ( string infoMsg ) : void
infoMsg string
Résultat void

SetProgressMaxValue() public méthode

public SetProgressMaxValue ( int maxValue ) : void
maxValue int
Résultat void

SetProgressValueAndMsg() public méthode

public SetProgressValueAndMsg ( int value, string msg ) : void
value int
msg string
Résultat void

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void

SetValueAndMsg() public méthode

public SetValueAndMsg ( int setValue, string infoMsg ) : void
setValue int
infoMsg string
Résultat void