コード例 #1
0
 public HostGroupsPageViewModel(IHostGroupProxyServer hostGroupProxyServer, INavigationService navigationService,
                                IGlobalBusyIndicatorManager busyIndicatorManager, IErrorHandler errorHandler, IAnalyticsService analyticsService)
     : base(busyIndicatorManager, errorHandler, navigationService)
 {
     _hostGroupProxyServer = hostGroupProxyServer;
     _analyticsService     = analyticsService;
 }
コード例 #2
0
 public OverviewViewModel(IHostGroupProxyServer hostGroupProxyServer, INavigationService navigationService,
                          IErrorHandler errorHandler, IAnalyticsService analyticsService)
     : base(null, errorHandler, navigationService)
 {
     _hostGroupProxyServer = hostGroupProxyServer;
     _analyticsService     = analyticsService;
 }