Esempio n. 1
0
        public void Update()
        {
            CollectionStories              = new Data.CollectionsStoriesIncrementalLoadingCollection();
            CollectionStories.DataLoading += CollectionStories_DataLoading;
            CollectionStories.DataLoaded  += CollectionStories_DataLoaded;

            CollectionCount = DataShareManager.Current.FavoriteList.Count.ToString();
        }
        public void Update()
        {
            CollectionStories = new Data.CollectionsStoriesIncrementalLoadingCollection();
            CollectionStories.DataLoading += CollectionStories_DataLoading;
            CollectionStories.DataLoaded += CollectionStories_DataLoaded;

            CollectionCount = DataShareManager.Current.FavoriteList.Count.ToString();
        }