Пример #1
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_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;
 }