C# Class PassFruit.Ui.ConsoleApp.AccountDetailSection

Mostra file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method Description
AccountDetailSection ( AccountSection parentSection ) : System
EditAccount ( IAccount account ) : void

Private Methods

Method Description
EditFields ( IAccount account ) : void
EditNotes ( IAccount account ) : void
EditTags ( IAccount account ) : void

Method Details

AccountDetailSection() public method

public AccountDetailSection ( AccountSection parentSection ) : System
parentSection AccountSection
return System

EditAccount() public method

public EditAccount ( IAccount account ) : void
account IAccount
return void