예제 #1
0
 public async Task Handle(PreGameLaunchEvent notification)
 {
     _launchManager.LaunchExternalApps();
     await _updateManager.PreGameLaunch().ConfigureAwait(false);
 }