C# Class PassFruit.Ui.ConsoleApp.AccountSection

Mostra file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method Description
AccountSection ( IDatastore dataStore ) : System
ChooseAccount ( ) : void

Private Methods

Method Description
DeleteAccount ( IAccount account ) : bool
DisplayAccount ( IAccount account ) : void
ShowPasswordsOrEditAccount ( IAccount account ) : void
WriteAccountList ( ) : void

Method Details

AccountSection() public method

public AccountSection ( IDatastore dataStore ) : System
dataStore IDatastore
return System

ChooseAccount() public method

public ChooseAccount ( ) : void
return void