C# Class BlockStudio.CustomControls.ConnectionPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: LawrenceBotley/EthereumRpc-NET Class Usage Examples

Méthodes publiques

Méthode Description
BindControls ( ) : void
ConnectionPanel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
Build ( ) : void
FsSource_TextChanged ( object sender, TextChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

RefreshAccounts ( ) : void
btnBuild_Click ( object sender, EventArgs e ) : void
btnGetCode_Click ( object sender, EventArgs e ) : void
btnPublish_Click ( object sender, EventArgs e ) : void
btnRefreshAddressList_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void
cmbAccounts_SelectedValueChanged ( object sender, EventArgs e ) : void
fsSource_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

BindControls() public méthode

public BindControls ( ) : void
Résultat void

ConnectionPanel() public méthode

public ConnectionPanel ( ) : System
Résultat System

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