Ejemplo n.º 1
0
        private async void ExecuteProcessAllTransactions()
        {
            _eventAggregator.PublishOnUIThread(new StatusEvent("Processing All Transactions..."));
            await _shellService.ProcessAllTransactionsAsync();

            _eventAggregator.PublishOnUIThread(new StatusEvent("All Transactions Processed"));
        }