Пример #1
0
 public Task ScheduleTask(IAsyncTask task)
 {
     task.Run(new DummyProgress()).Wait();
     return(Task.CompletedTask);
 }