BaconographyPortable.ViewModel.AboutUserViewModel.LoadAccount C# (CSharp) Method

LoadAccount() private method

private LoadAccount ( TypedThing accountThing ) : void
accountThing TypedThing
return void
        private void LoadAccount(TypedThing<Account> accountThing)
        {
            _accountThing = accountThing;
            Things = new UserActivityViewModelCollection(_baconProvider, _accountThing.Data.Name);
        }