コード例 #1
0
 private async void OnDailyNotifierElapsed(object sender, ElapsedEventArgs elapsedEventArgs)
 {
     await mNotifierService.NotifySummary().ConfigureAwait(false);
 }