Exemplo n.º 1
0
 private void Refresh()
 {
     UIThread.MustNotBeCalledFromUIThread("Refresh must not be called from the UI thread");
     RefreshAsync().WaitAndHandleAllExceptions(SR.ProductName, GetType());
 }