Beispiel #1
0
        //protected abstract void DoTopRightButtonCommand();

        public override async void Start()
        {
            base.Start();

            try
            {
                UserInteractionService.ShowSpinner();

                await FillCollectionAsync();

                UserInteractionService.HideSpinner();
            }
            catch (Exception ex)
            {
                LogExceptionHideSpinnerAndSetStatusMessage(ex);
            }
        }