示例#1
0
 public VideoIDHandler(INetworkVideoHandler networkVideoHandler, INiconicoUtils niconicoUtils, ILocalDirectoryHandler localDirectoryHandler, IRemotePlaylistHandler remotePlaylistHandler, ILogger logger, INiconicoUtils utils)
 {
     this._networkVideoHandler   = networkVideoHandler;
     this._niconicoUtils         = niconicoUtils;
     this._localDirectoryHandler = localDirectoryHandler;
     this.remotePlaylistHandler  = remotePlaylistHandler;
     this._logger = logger;
     this._utils  = utils;
 }
示例#2
0
 public RemotePlaylistHandler(Remote::Mylist.IMylistHandler mylistHandler, UVideo::IUserVideoHandler userHandler, Remote::Search.ISearch search, Remote::Mylist.IWatchLaterHandler watchLaterHandler, Remote::Channel.IChannelVideoHandler channelVideoHandler, INetworkVideoHandler networkVideoHandler, IDomainModelConverter converter, Remote::Series.ISeriesHandler seriesHandler, ILogger logger, IVideoInfoContainer videoInfoContainer)
 {
     this.mylistHandler       = mylistHandler;
     this.userHandler         = userHandler;
     this.searchClient        = search;
     this.watchLaterHandler   = watchLaterHandler;
     this.channelVideoHandler = channelVideoHandler;
     this.networkVideoHandler = networkVideoHandler;
     this.converter           = converter;
     this.seriesHandler       = seriesHandler;
     this.logger             = logger;
     this.videoInfoContainer = videoInfoContainer;
 }
示例#3
0
 public OnlineVideoRefreshManager(ICurrent current, IVideoListContainer container, INetworkVideoHandler netVideoHandler, IRemotePlaylistHandler remotePlaylistHandler, IMessageHandler message, IVideosUnchecker unchecker)
 {
     this._current               = current;
     this._container             = container;
     this._netVideoHandler       = netVideoHandler;
     this._remotePlaylistHandler = remotePlaylistHandler;
     this._message               = message;
     this._unchcecker            = unchecker;
 }