C# 클래스 NiceHashMiner.Form_Loading

파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FinishLoad() 공개 메소드

public FinishLoad ( ) : void
리턴 void

FinishMsg() 공개 메소드

public FinishMsg ( bool ok ) : void
ok bool
리턴 void

Form_Loading() 공개 메소드

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

Form_Loading() 공개 메소드

public Form_Loading ( MinersDownloader minersDownloader ) : System
minersDownloader MinersDownloader
리턴 System

IncreaseLoadCounter() 공개 메소드

public IncreaseLoadCounter ( ) : void
리턴 void

IncreaseLoadCounterAndMessage() 공개 메소드

public IncreaseLoadCounterAndMessage ( string infoMsg ) : void
infoMsg string
리턴 void

SetInfoMsg() 공개 메소드

public SetInfoMsg ( string infoMsg ) : void
infoMsg string
리턴 void

SetMaxProgressValue() 공개 메소드

public SetMaxProgressValue ( int max ) : void
max int
리턴 void

SetMessage() 공개 메소드

public SetMessage ( string infoMsg ) : void
infoMsg string
리턴 void

SetMessageAndIncrementStep() 공개 메소드

public SetMessageAndIncrementStep ( string infoMsg ) : void
infoMsg string
리턴 void

SetProgressMaxValue() 공개 메소드

public SetProgressMaxValue ( int maxValue ) : void
maxValue int
리턴 void

SetProgressValueAndMsg() 공개 메소드

public SetProgressValueAndMsg ( int value, string msg ) : void
value int
msg string
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

SetValueAndMsg() 공개 메소드

public SetValueAndMsg ( int setValue, string infoMsg ) : void
setValue int
infoMsg string
리턴 void