コード例 #1
0
ファイル: ShellViewModel.cs プロジェクト: ajni/eve-profiteer
 private async void ExecuteProcessUnaccountedTransactions()
 {
     await _shellService.ProcessUnaccountedTransactionsAsync().ConfigureAwait(false);
 }