コード例 #1
0
 public HostsPageViewModel(IHostProxyServer hostProxyServer, INavigationService navigationService,
                           IGlobalBusyIndicatorManager busyIndicatorManager, IErrorHandler errorHandler, IAnalyticsService analyticsService)
     : base(busyIndicatorManager, errorHandler, navigationService)
 {
     _hostProxyServer  = hostProxyServer;
     _analyticsService = analyticsService;
 }