BernieApp.WindowsPhone.ViewModels.HubPageViewModel.GoToActionsPage C# (CSharp) Method

GoToActionsPage() public method

public GoToActionsPage ( ) : void
return void
        public void GoToActionsPage()
        {
            _navigationService.NavigateTo(ViewModelLocator.ActionsPageKey);
        }
    }