StreetFoo.Client.LogonPageViewModel.Activated C# (CSharp) Method

Activated() public method

public Activated ( ) : void
return void
        public override async void Activated()
        {
            base.Activated();

            // restore the setting...
            this.Username = await SettingItem.GetValueAsync(LastUsernameKey);
        }
    }

Same methods

LogonPageViewModel::Activated ( object args ) : void