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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Form_Loading ( IAfterInitializationCaller initCaller, string loadFormTitle, string startInfoMsg, int totalLoadSteps ) : System | ||
initCaller | IAfterInitializationCaller | |
loadFormTitle | string | |
startInfoMsg | string | |
totalLoadSteps | int | |
return | System |
public Form_Loading ( MinersDownloader minersDownloader ) : System | ||
minersDownloader | MinersDownloader | |
return | System |
public IncreaseLoadCounterAndMessage ( string infoMsg ) : void | ||
infoMsg | string | |
return | void |
public SetMaxProgressValue ( int max ) : void | ||
max | int | |
return | void |
public SetMessageAndIncrementStep ( string infoMsg ) : void | ||
infoMsg | string | |
return | void |
public SetProgressMaxValue ( int maxValue ) : void | ||
maxValue | int | |
return | void |
public SetProgressValueAndMsg ( int value, string msg ) : void | ||
value | int | |
msg | string | |
return | void |
public SetValueAndMsg ( int setValue, string infoMsg ) : void | ||
setValue | int | |
infoMsg | string | |
return | void |