Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="navigate_MenuViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="internetService">The Internet Service.</param>
 public navigate_MenuViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, IServices.IInternetService internetService)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _lockScreenService = lockScreenService;
     _internetService = internetService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="Pictures_AlbumViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="pictures_FlickrPics">The Pictures_ Flickr Pics.</param>
        /// <param name="youtube_YoutubeChannel">The Youtube_ Youtube Channel.</param>
        public Pictures_AlbumViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IPictures_FlickrPics pictures_FlickrPics, Repositories.IYoutube_YoutubeChannel youtube_YoutubeChannel)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_pictures_FlickrPics = pictures_FlickrPics;
			_youtube_YoutubeChannel = youtube_YoutubeChannel;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="start_LetsGoViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="movie_Movie">The Movie_ Movie.</param>
        /// <param name="internetService">The Internet Service.</param>
        public start_LetsGoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IMovie_Movie movie_Movie, IServices.IInternetService internetService)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_movie_Movie = movie_Movie;
			_internetService = internetService;
        }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Web_NewsViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="web_RSS">The Web_ R S S.</param>
 /// <param name="youTube_YouTube">The You Tube_ You Tube.</param>
 /// <param name="facebook_Facebook">The Facebook_ Facebook.</param>
 public Web_NewsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IWeb_RSS web_RSS, Repositories.IYouTube_YouTube youTube_YouTube, Repositories.IFacebook_Facebook facebook_Facebook)
 {
     _dialogService     = dialogService;
     _navigationService = navigationService;
     _lockScreenService = lockScreenService;
     _web_RSS           = web_RSS;
     _youTube_YouTube   = youTube_YouTube;
     _facebook_Facebook = facebook_Facebook;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="Microsoft_VideosViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="aboutTheseChannels_about">The About These Channels_about.</param>
        /// <param name="microsoft_microsoftvideos">The Microsoft_microsoftvideos.</param>
        public Microsoft_VideosViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.IAboutTheseChannels_about aboutTheseChannels_about, Repositories.IMicrosoft_microsoftvideos microsoft_microsoftvideos)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
			_lockScreenService = lockScreenService;
			_aboutTheseChannels_about = aboutTheseChannels_about;
			_microsoft_microsoftvideos = microsoft_microsoftvideos;
        }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NDTVGadgets_NewsViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="nDTVGadgets_s1">The N D T V Gadgets_s1.</param>
 /// <param name="cNET_s2">The C N E T_s2.</param>
 /// <param name="geekyGadgets_s3">The Geeky Gadgets_s3.</param>
 /// <param name="cnetNEWS_s4">The Cnet N E W S_s4.</param>
 /// <param name="videos_s5">The Videos_s5.</param>
 public NDTVGadgets_NewsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.INDTVGadgets_s1 nDTVGadgets_s1, Repositories.ICNET_s2 cNET_s2, Repositories.IGeekyGadgets_s3 geekyGadgets_s3, Repositories.ICnetNEWS_s4 cnetNEWS_s4, Repositories.IVideos_s5 videos_s5)
 {
     _dialogService     = dialogService;
     _navigationService = navigationService;
     _lockScreenService = lockScreenService;
     _nDTVGadgets_s1    = nDTVGadgets_s1;
     _cNET_s2           = cNET_s2;
     _geekyGadgets_s3   = geekyGadgets_s3;
     _cnetNEWS_s4       = cnetNEWS_s4;
     _videos_s5         = videos_s5;
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="info_InfoViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="info_info">The Info_info.</param>
 /// <param name="monuments_monumentsCollection">The Monuments_monuments Collection.</param>
 /// <param name="specialPlaces_specialplacesCollection">The Special Places_specialplaces Collection.</param>
 /// <param name="internetService">The Internet Service.</param>
 public info_InfoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.Iinfo_info info_info, Repositories.Imonuments_monumentsCollection monuments_monumentsCollection, Repositories.ISpecialPlaces_specialplacesCollection specialPlaces_specialplacesCollection, IServices.IInternetService internetService)
 {
     _dialogService                         = dialogService;
     _navigationService                     = navigationService;
     _speechService                         = speechService;
     _shareService                          = shareService;
     _liveTileService                       = liveTileService;
     _lockScreenService                     = lockScreenService;
     _info_info                             = info_info;
     _monuments_monumentsCollection         = monuments_monumentsCollection;
     _specialPlaces_specialplacesCollection = specialPlaces_specialplacesCollection;
     _internetService                       = internetService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="info_InfoViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="info_infoDataSource">The Info_info Data Source.</param>
        /// <param name="bgkigallery_bgkitumblrfeed">The Bgkigallery_bgkitumblrfeed.</param>
        /// <param name="latesthairstyles_hairstylefeed">The Latesthairstyles_hairstylefeed.</param>
        /// <param name="makeuptutorials_makeupfeed">The Makeuptutorials_makeupfeed.</param>
        public info_InfoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.Iinfo_infoDataSource info_infoDataSource, Repositories.Ibgkigallery_bgkitumblrfeed bgkigallery_bgkitumblrfeed, Repositories.Ilatesthairstyles_hairstylefeed latesthairstyles_hairstylefeed, Repositories.Imakeuptutorials_makeupfeed makeuptutorials_makeupfeed)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
			_lockScreenService = lockScreenService;
			_info_infoDataSource = info_infoDataSource;
			_bgkigallery_bgkitumblrfeed = bgkigallery_bgkitumblrfeed;
			_latesthairstyles_hairstylefeed = latesthairstyles_hairstylefeed;
			_makeuptutorials_makeupfeed = makeuptutorials_makeupfeed;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Main_NewsViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="main_mainrssfeed">The Main_mainrssfeed.</param>
        /// <param name="newsFeed_NewsFeed">The News Feed_ News Feed.</param>
        /// <param name="reviewsFeed_ReviewsFeed">The Reviews Feed_ Reviews Feed.</param>
        /// <param name="giveawaysFeed_GiveawaysFeed">The Giveaways Feed_ Giveaways Feed.</param>
        /// <param name="editorialFeed_EditorialFeed">The Editorial Feed_ Editorial Feed.</param>
        /// <param name="videos_Videos">The Videos_ Videos.</param>
        /// <param name="internetService">The Internet Service.</param>
        public Main_NewsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IMain_mainrssfeed main_mainrssfeed, Repositories.INewsFeed_NewsFeed newsFeed_NewsFeed, Repositories.IReviewsFeed_ReviewsFeed reviewsFeed_ReviewsFeed, Repositories.IGiveawaysFeed_GiveawaysFeed giveawaysFeed_GiveawaysFeed, Repositories.IEditorialFeed_EditorialFeed editorialFeed_EditorialFeed, Repositories.IVideos_Videos videos_Videos, IServices.IInternetService internetService)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_main_mainrssfeed = main_mainrssfeed;
			_newsFeed_NewsFeed = newsFeed_NewsFeed;
			_reviewsFeed_ReviewsFeed = reviewsFeed_ReviewsFeed;
			_giveawaysFeed_GiveawaysFeed = giveawaysFeed_GiveawaysFeed;
			_editorialFeed_EditorialFeed = editorialFeed_EditorialFeed;
			_videos_Videos = videos_Videos;
			_internetService = internetService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="Info_InfoViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="info_info">The Info_info.</param>
 /// <param name="specialPlaces_specialplacesCollection">The Special Places_specialplaces Collection.</param>
 /// <param name="history_historywiki">The History_historywiki.</param>
 /// <param name="geography_Geography">The Geography_ Geography.</param>
 /// <param name="statistics_Statistics">The Statistics_ Statistics.</param>
 public Info_InfoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.IInfo_info info_info, Repositories.ISpecialPlaces_specialplacesCollection specialPlaces_specialplacesCollection, Repositories.IHistory_historywiki history_historywiki, Repositories.IGeography_Geography geography_Geography, Repositories.IStatistics_Statistics statistics_Statistics)
 {
     _dialogService     = dialogService;
     _navigationService = navigationService;
     _speechService     = speechService;
     _shareService      = shareService;
     _liveTileService   = liveTileService;
     _lockScreenService = lockScreenService;
     _info_info         = info_info;
     _specialPlaces_specialplacesCollection = specialPlaces_specialplacesCollection;
     _history_historywiki   = history_historywiki;
     _geography_Geography   = geography_Geography;
     _statistics_Statistics = statistics_Statistics;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ANIMATION_ListViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="aNIMATION_ANIMATION">The Animation_animation.</param>
 /// <param name="thai_Thai">The Thai_ Thai.</param>
 /// <param name="iNTER_INTER">The Inter_inter.</param>
 /// <param name="internetService">The Internet Service.</param>
 public ANIMATION_ListViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IANIMATION_ANIMATION aNIMATION_ANIMATION, Repositories.IThai_Thai thai_Thai, Repositories.IINTER_INTER iNTER_INTER, IServices.IInternetService internetService)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _lockScreenService = lockScreenService;
     _aNIMATION_ANIMATION = aNIMATION_ANIMATION;
     _thai_Thai = thai_Thai;
     _iNTER_INTER = iNTER_INTER;
     _internetService = internetService;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="history_InterestingfactsViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="history_story">The History_story.</param>
 /// <param name="costumes_suitsCollection">The Costumes_suits Collection.</param>
 public history_InterestingfactsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.Ihistory_story history_story, Repositories.Icostumes_suitsCollection costumes_suitsCollection)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
     _lockScreenService = lockScreenService;
     _history_story = history_story;
     _costumes_suitsCollection = costumes_suitsCollection;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="start_MenuViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        public start_MenuViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
        }