Ejemplo n.º 1
0
 public StartingViewModel(ITorrentStreamService torrentStreamService, INavigationService navigationService,
     IDispatcherUtility dispatcherUtility)
 {
     _torrentStreamService = torrentStreamService;
     _navigationService = navigationService;
     _dispatcherUtility = dispatcherUtility;
 }
Ejemplo n.º 2
0
 public StartingViewModel(ITorrentStreamService torrentStreamService, INavigationService navigationService,
                          IDispatcherUtility dispatcherUtility)
 {
     _torrentStreamService = torrentStreamService;
     _navigationService    = navigationService;
     _dispatcherUtility    = dispatcherUtility;
 }