Example #1
0
 /// <summary>
 /// Delegate method for the PinToStartinfo_InfoHtmlControlCommand command.
 /// </summary>
 public void PinToStartinfo_InfoHtmlControlCommandDelegate()
 {
     _liveTileService.PinToStart(typeof(IViewModels.Iinfo_InfoViewModel), CreateTileInfoinfo_InfoHtmlControl());
 }
 /// <summary>
 /// Delegate method for the PinToStartGeekyGadgets_DetailStaticControlCommand command.
 /// </summary>
 public void PinToStartGeekyGadgets_DetailStaticControlCommandDelegate()
 {
     _liveTileService.PinToStart(typeof(IViewModels.IGeekyGadgets_DetailViewModel), CreateTileInfoGeekyGadgets_DetailStaticControl());
 }
 /// <summary>
 /// Delegate method for the PinToStartCnetNEWS_DetailStaticControlCommand command.
 /// </summary>
 public void PinToStartCnetNEWS_DetailStaticControlCommandDelegate()
 {
     _liveTileService.PinToStart(typeof(IViewModels.ICnetNEWS_DetailViewModel), CreateTileInfoCnetNEWS_DetailStaticControl());
 }
        /// <summary>
        /// Delegate method for the PinToStartSpecialPlaces_DetailStaticControlCommand command.
        /// </summary>
        public  void PinToStartSpecialPlaces_DetailStaticControlCommandDelegate() 
        {
				_liveTileService.PinToStart(typeof(IViewModels.ISpecialPlaces_DetailViewModel), CreateTileInfoSpecialPlaces_DetailStaticControl());
        }
 /// <summary>
 /// Delegate method for the PinToStartYouTube_DetailVideosStaticControlCommand command.
 /// </summary>
 public void PinToStartYouTube_DetailVideosStaticControlCommandDelegate()
 {
     _liveTileService.PinToStart(typeof(IViewModels.IYouTube_DetailVideosViewModel), CreateTileInfoYouTube_DetailVideosStaticControl());
 }
 /// <summary>
 /// Delegate method for the PinToStartmonuments_DetailStaticControlCommand command.
 /// </summary>
 public void PinToStartmonuments_DetailStaticControlCommandDelegate()
 {
     _liveTileService.PinToStart(typeof(IViewModels.Imonuments_DetailViewModel), CreateTileInfomonuments_DetailStaticControl());
 }