C# Class Jibbr.ViewModels.AddAccountViewModel

Inheritance: AccountViewModel
ファイルを表示 Open project: Nimgoble/Jibbr

Public Methods

Method Description
AddAccount ( ) : void
AddAccountViewModel ( IEventAggregator eventAggregator ) : System
CancelAccount ( ) : void

Method Details

AddAccount() public method

public AddAccount ( ) : void
return void

AddAccountViewModel() public method

public AddAccountViewModel ( IEventAggregator eventAggregator ) : System
eventAggregator IEventAggregator
return System

CancelAccount() public method

public CancelAccount ( ) : void
return void