C# 클래스 NiceHashMiner.Forms.Components.AlgorithmSettingsControl

상속: System.Windows.Forms.UserControl, AlgorithmsListView.IAlgorithmsListView
파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 메소드들

메소드 설명
AlgorithmSettingsControl ( ) : System
Deselect ( ) : void
HandleCheck ( System.Windows.Forms.ListViewItem lvi ) : void
InitLocale ( ToolTip toolTip1 ) : void
SetCurrentlySelected ( System.Windows.Forms.ListViewItem lvi, ComputeDevice computeDevice ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CanEdit ( ) : bool
InitializeComponent ( ) : void

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

LessThreads_Leave ( object sender, EventArgs e ) : void
ParseDoubleDefault ( double value ) : string
ParseStringDefault ( string value ) : string
buttonBenchmark_Click ( object sender, EventArgs e ) : void
textChangedBenchmarkSpeed ( object sender, EventArgs e ) : void
textChangedExtraLaunchParameters ( object sender, EventArgs e ) : void

메소드 상세

AlgorithmSettingsControl() 공개 메소드

public AlgorithmSettingsControl ( ) : System
리턴 System

Deselect() 공개 메소드

public Deselect ( ) : void
리턴 void

Dispose() 보호된 메소드

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

HandleCheck() 공개 메소드

public HandleCheck ( System.Windows.Forms.ListViewItem lvi ) : void
lvi System.Windows.Forms.ListViewItem
리턴 void

InitLocale() 공개 메소드

public InitLocale ( ToolTip toolTip1 ) : void
toolTip1 System.Windows.Forms.ToolTip
리턴 void

SetCurrentlySelected() 공개 메소드

public SetCurrentlySelected ( System.Windows.Forms.ListViewItem lvi, ComputeDevice computeDevice ) : void
lvi System.Windows.Forms.ListViewItem
computeDevice NiceHashMiner.Devices.ComputeDevice
리턴 void