C# Class NiceHashMiner.Forms.Components.GroupProfitControl

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: nicehash/NiceHashMiner Class Usage Examples

Public Methods

Method Description
GroupProfitControl ( ) : System
UpdateProfitStats ( string groupName, string deviceStringInfo, string speedString, string btcRateString, string currencyRateString ) : void

Method Details

GroupProfitControl() public method

public GroupProfitControl ( ) : System
return System

UpdateProfitStats() public method

public UpdateProfitStats ( string groupName, string deviceStringInfo, string speedString, string btcRateString, string currencyRateString ) : void
groupName string
deviceStringInfo string
speedString string
btcRateString string
currencyRateString string
return void