Esempio n. 1
0
 public async Task WaitForCloseAsync()
 {
     if (Done != null)
     {
         await Done.AsTaskAsync();
     }
 }