Пример #1
0
 public TopTenSpotsViewModel()
 {
     this.shredderService = service;
     this.LoadPlaces();
     this.spotsLoading = true;
     getCommentsCommand = new RelayCommand(getComments);
 }
Пример #2
0
 public TopTenSpotsViewModel()
 {
     this.shredderService = service;
     this.LoadPlaces();
     this.spotsLoading  = true;
     getCommentsCommand = new RelayCommand(getComments);
 }
Пример #3
0
 public PlaceViewModel(IShredderService service)
 {
     this.shredderService = service;
     LoadPlacesCommand = new RelayCommand(LoadPlaces);
     SavePlaceCommand = new RelayCommand(SavePlace);
     NewPlace = new Place();
 }
Пример #4
0
 public PlaceViewModel(IShredderService service)
 {
     this.shredderService = service;
     LoadPlacesCommand    = new RelayCommand(LoadPlaces);
     SavePlaceCommand     = new RelayCommand(SavePlace);
     NewPlace             = new Place();
 }
Пример #5
0
 public MainPageViewModel()
 {
     this.shredderService = service;
     this.LoadPictures();
     this.PhotosLoading = true;
     this.LoadPlaces();
     this.PlacesLoading = true;
     this.LoadVideos();
     this.VideosLoading = true;
 }
Пример #6
0
        public MainPageViewModel()
        {
            this.shredderService = service;
            this.LoadPictures();
            this.PhotosLoading = true;
            this.LoadPlaces();
            this.PlacesLoading = true;
            this.LoadVideos();
            this.VideosLoading = true;

        }
Пример #7
0
 public TopTenVideosViewModel()
 {
     this.shredderService = service;
     this.LoadVideos();
     this.videosLoading = true;
 }
Пример #8
0
 public DetailPhotoPageViewModel()
 {
     this.shredderService = service;
 }
 public TopTenVideosViewModel()
 {
     this.shredderService = service;
     this.LoadVideos();
     this.videosLoading = true;
 }
 public TopTenPicturesViewModel()
 {
     this.shredderService = service;
     this.LoadPictures();
     this.PhotosLoading = true;
 }
 public DetailVideoPageViewModel()
 {
     this.shredderService = service;
 }
 public DetailSpotPageViewModel()
 {
     this.shredderService = service;
 }
 public TopTenPicturesViewModel()
 {
     this.shredderService = service;
     this.LoadPictures();
     this.PhotosLoading = true;
 }
 public DetailMapPageViewModel()
 {
     this.shredderService = service;
     this.LoadPlaces();
 }
 public DetailSpotPageViewModel()
 {
     this.shredderService = service;
 }
 public DetailMapPageViewModel()
 {
     this.shredderService = service;
     this.LoadPlaces();         
 }