C# Класс Ethereum.Wallet.Form1

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AccountIndex int
CurrentAccount string

Открытые методы

Метод Описание
Form1 ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
BgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
GetCurrentAccount ( ) : Account
InitializeComponent ( ) : void

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

LoadAccounts ( ) : void
RefreshAccount ( string account ) : void
SetGridWidth ( ) : void
btnSend_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cmdAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
dgSendTransactions_Resize ( object sender, EventArgs e ) : 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

Form1() публичный Метод

public Form1 ( ) : System
Результат System

Описание свойств

AccountIndex публичное свойство

public int AccountIndex
Результат int

CurrentAccount публичное свойство

public string CurrentAccount
Результат string