示例#1
0
        protected override void OnActivate()
        {
            base.OnActivate();

            //get phone photos
            _phoneService.GetAlbums((albums) =>
            {
                AlbumList = albums;
                NotifyOfPropertyChange(() => AlbumList);
            });
        }