Catrobat.IDE.Core.ViewModels.Service.UploadProgramViewModel.ChangeUserAction C# (CSharp) 메소드

ChangeUserAction() 개인적인 메소드

private ChangeUserAction ( ) : void
리턴 void
        private void ChangeUserAction()
        {
            ResetViewModel();
            Context.CurrentToken = "";
            Context.CurrentUserName = "";
            Context.CurrentUserEmail = "";
            ServiceLocator.NavigationService.NavigateTo<UploadProgramLoginViewModel>();
            ServiceLocator.NavigationService.RemoveBackEntry();
        }