コード例 #1
0
ファイル: ShellViewModel.cs プロジェクト: ajni/eve-profiteer
        private async void ExecuteProcessAllTransactions()
        {
            _eventAggregator.PublishOnUIThread(new StatusEvent("Processing All Transactions..."));
            await _shellService.ProcessAllTransactionsAsync();

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