C# Class HashrateCalculator.Form1

Afficher le fichier Open project: GarageGames/Bitcoin

Méthodes publiques

Méthode Description
Form1 ( ) : System
UpdateCurrencyDisplay ( Currency c ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ArgentumPeer ( string peerName ) : void
DoCurrencyDialog ( Currency c ) : bool
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

LoadCurrencies ( ) : void
SaveCurrency ( Currency c ) : void
UpdatePrices ( ) : void
UpdateThreadFunc ( ) : void
addCoin_Click ( object sender, EventArgs e ) : void
currencyList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

UpdateCurrencyDisplay() public méthode

public UpdateCurrencyDisplay ( Currency c ) : void
c Currency
Résultat void