Esempio n. 1
0
 private void ShowBusy()
 {
     dialogsService.Busy(null, async() => await Task.Delay(3000));
 }