Exemplo n.º 1
0
 public AccountTypeFieldViewModel(IAccount account)
 {
     _account    = account;
     AccountIcon = new AccountProviderIconViewModel(_account.Provider, 32);
 }
Exemplo n.º 2
0
 public AccountTypeFieldViewModel(IAccount account)
 {
     _account = account;
     AccountIcon = new AccountProviderIconViewModel(_account.Provider, 32);
 }