Beispiel #1
0
 void Interop_ShowInterstitialEvent(object sender, EventArgs e)
 {
     Deployment.Current.Dispatcher.BeginInvoke(() =>
     {
         InitializeInterstitialAd();
         ad.ShowAd();
     });
 }