Example #1
0
 public void RefreshWatches()
 {
     if (_userConfigurationList.IsWatching)
     {
         _userConfigurationList.RefreshWatchAsync(Users_StartOrRefreshWatchingCompleted, null);
     }
 }