示例#1
0
文件: App.cs 项目: jsauve/HGMF2018
 /// <summary>
 /// Resolves the services.
 /// </summary>
 void ResolveServices()
 {
     _UserDialogService             = DependencyService.Get <IUserDialogService>();
     _VersionRetrievalService       = DependencyService.Get <IVersionRetrievalService>();
     _UberService                   = DependencyService.Get <IUberService>();
     _LyftService                   = DependencyService.Get <ILyftService>();
     _NotificationNavigationService = DependencyService.Get <INotificationNavigationService>();
 }
示例#2
0
 public LoggerService()
 {
     _VersionRetrievalService = DependencyService.Get <IVersionRetrievalService>();
 }