C# Class BlockStudio.CustomControls.ConnectionPanel

Inheritance: System.Windows.Forms.UserControl
Show file Open project: LawrenceBotley/EthereumRpc-NET Class Usage Examples

Public Methods

Method Description
BindControls ( ) : void
ConnectionPanel ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public BindControls ( ) : void
return void

ConnectionPanel() public method

public ConnectionPanel ( ) : System
return System

Dispose() protected method

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