Example #1
0
 public AndroidContext(Application app, ITopActivity topActivity)
 {
     this.AppContext  = app;
     this.topActivity = topActivity;
 }
 public LocationViewModel(ITopActivity topActivity, IMvxGeoLocationWatcher geoLocationWatcher)
 {
     _topActivity = topActivity;
     _geoLocationWatcher = geoLocationWatcher;
 }
 public LocationViewModel(ITopActivity topActivity, IMvxGeoLocationWatcher geoLocationWatcher)
 {
     _topActivity        = topActivity;
     _geoLocationWatcher = geoLocationWatcher;
 }