public MainViewModel(IGpsService gps, HeritagePropertyService service, INavigation navigation)
 {
     this.Navigation = navigation;
     this.GpsService = gps;
     this.HeritagePropertyService = service;
 }
示例#2
0
 public MainViewModel(IGpsService gps, HeritagePropertyService service, INavigation navigation)
 {
     this.Navigation = navigation;
     this.GpsService = gps;
     this.HeritagePropertyService = service;
 }