C# Class Jojatekok.MoneroGUI.Desktop.Views.MainForm.AddressBookView

Inheritance: Eto.Forms.TableLayout, IExportable
Mostrar archivo Open project: kripod/MoneroGui.Net

Private Properties

Property Type Description
EditSelectedContact void
OnButtonCopyAddressClick void
OnButtonDeleteClick void
OnButtonEditClick void
OnButtonExportClick void
OnButtonNewClick void
OnButtonShowQrCodeClick void
OnGridViewAddressBookCellDoubleClick void
OnGridViewAddressBookSelectedRowsChanged void
SetDialogResult void
ShowSelectedContactQrCode void

Public Methods

Method Description
AddressBookView ( ) : Eto
Export ( ) : void
Export ( string fileName ) : void

Private Methods

Method Description
EditSelectedContact ( ) : void
OnButtonCopyAddressClick ( ) : void
OnButtonDeleteClick ( ) : void
OnButtonEditClick ( ) : void
OnButtonExportClick ( ) : void
OnButtonNewClick ( ) : void
OnButtonShowQrCodeClick ( ) : void
OnGridViewAddressBookCellDoubleClick ( object sender, GridViewCellEventArgs e ) : void
OnGridViewAddressBookSelectedRowsChanged ( object sender, EventArgs e ) : void
SetDialogResult ( ) : void
ShowSelectedContactQrCode ( ) : void

Method Details

AddressBookView() public method

public AddressBookView ( ) : Eto
return Eto

Export() public method

public Export ( ) : void
return void

Export() public method

public Export ( string fileName ) : void
fileName string
return void