コード例 #1
0
            public Context()
            {
                this.GeolocationProvider = new MockGeolocationProvider();

                this.ViewModel = new MapViewModel(
                    this.NavigationService,
                    this.DataService,
                    this.GeolocationProvider);
            }
コード例 #2
0
 public Context()
 {
     this.GeolocationProvider = new MockGeolocationProvider();
     
     this.ViewModel = new MapViewModel(
         this.NavigationService,
         this.DataService,
         this.GeolocationProvider);
 }