public StartingViewModel(ITorrentStreamService torrentStreamService, INavigationService navigationService,
     IDispatcherUtility dispatcherUtility)
 {
     _torrentStreamService = torrentStreamService;
     _navigationService = navigationService;
     _dispatcherUtility = dispatcherUtility;
 }
Beispiel #2
0
 public StartingViewModel(ITorrentStreamService torrentStreamService, INavigationService navigationService,
                          IDispatcherUtility dispatcherUtility)
 {
     _torrentStreamService = torrentStreamService;
     _navigationService    = navigationService;
     _dispatcherUtility    = dispatcherUtility;
 }