Example #1
0
 private void webContentLoaded(WebView sender, WebViewDOMContentLoadedEventArgs args)
 {
     Busy.SetBusy(false);
 }
Example #2
0
 private void RefreshClick(object sender, RoutedEventArgs e)
 {
     Busy.SetBusy(true, PleaseWaitString);
     web.Refresh();
 }
Example #3
0
 public LiveMapPage()
 {
     this.InitializeComponent();
     NavigationCacheMode = Windows.UI.Xaml.Navigation.NavigationCacheMode.Enabled;
     Busy.SetBusy(true, PleaseWaitString);
 }