Example #1
0
        public void StartLoadingItemsSession()
        {
            ShowBusy();
            ClearResults();

            _mngr.Post(LoadItems);
        }