/// <summary>
 /// Delegate method for the Shareinfo_InfoHtmlControlCommand command.
 /// </summary>
 public void Shareinfo_InfoHtmlControlCommandDelegate()
 {
     _shareService.Share(@"info", Currentinfo_InfoHtmlControl);
 }
 /// <summary>
 /// Delegate method for the ShareGeekyGadgets_DetailStaticControlCommand command.
 /// </summary>
 public void ShareGeekyGadgets_DetailStaticControlCommandDelegate()
 {
     _shareService.Share(CurrentRssSearchResult.Title, CurrentRssSearchResult.Content, CurrentRssSearchResult.FeedUrl, CurrentRssSearchResult.ImageUrl);
 }
Exemple #3
0
 /// <summary>
 /// Delegate method for the ShareStatistics_DetailStaticControlCommand command.
 /// </summary>
 public void ShareStatistics_DetailStaticControlCommandDelegate()
 {
     _shareService.Share(CurrentStatisticsSchema.Description, CurrentStatisticsSchema.Description);
 }
        /// <summary>
        /// Delegate method for the ShareSpecialPlaces_DetailStaticControlCommand command.
        /// </summary>
        public  void ShareSpecialPlaces_DetailStaticControlCommandDelegate() 
        {
				_shareService.Share(CurrentspecialplacesCollectionSchema.Subtitle, "", "", CurrentspecialplacesCollectionSchema.Image);
        }
 /// <summary>
 /// Delegate method for the ShareYouTube_DetailVideosStaticControlCommand command.
 /// </summary>
 public void ShareYouTube_DetailVideosStaticControlCommandDelegate()
 {
     _shareService.Share(CurrentYouTubeVideo.Title, "", CurrentYouTubeVideo.ExternalUrl, CurrentYouTubeVideo.VideoId);
 }
 /// <summary>
 /// Delegate method for the Sharemonuments_DetailStaticControlCommand command.
 /// </summary>
 public void Sharemonuments_DetailStaticControlCommandDelegate()
 {
     _shareService.Share(CurrentmonumentsCollectionSchema.Subtitle, "", "", CurrentmonumentsCollectionSchema.Image);
 }