Пример #1
0
 /// <inheritdoc />
 public Task StartAsync(CancellationToken cancellationToken)
 {
     // Make the UI thread go
     _wpfContext.StartUi(_serviceProvider);
     return(Task.CompletedTask);
 }