Subversion Repository Public Repository

Nextrek

Diff Revisions 690 vs 691 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/StandardUserLoggedInPage.xaml.cs

Diff revisions: vs.
  @@ -172,5 +172,11 @@
172 172 {
173 173 this.Loader.Visibility = Visibility.Collapsed;
174 174 }
175 +
176 + private void ChargeWithPreferenceButton_Tapped(object sender, TappedRoutedEventArgs e)
177 + {
178 + var aw = Dispatcher.RunAsync(CoreDispatcherPriority.Normal,
179 + () => this.Frame.Navigate(typeof(MapPage), this.selectedSiteType));
180 + }
175 181 }
176 182 }