메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public Form_Loading ( IAfterInitializationCaller initCaller, string loadFormTitle, string startInfoMsg, int totalLoadSteps ) : System | ||
initCaller | IAfterInitializationCaller | |
loadFormTitle | string | |
startInfoMsg | string | |
totalLoadSteps | int | |
리턴 | System |
public Form_Loading ( MinersDownloader minersDownloader ) : System | ||
minersDownloader | MinersDownloader | |
리턴 | System |
public IncreaseLoadCounterAndMessage ( string infoMsg ) : void | ||
infoMsg | string | |
리턴 | void |
public SetMessageAndIncrementStep ( string infoMsg ) : void | ||
infoMsg | string | |
리턴 | void |
public SetProgressMaxValue ( int maxValue ) : void | ||
maxValue | int | |
리턴 | void |
public SetProgressValueAndMsg ( int value, string msg ) : void | ||
value | int | |
msg | string | |
리턴 | void |
public SetValueAndMsg ( int setValue, string infoMsg ) : void | ||
setValue | int | |
infoMsg | string | |
리턴 | void |