コード例 #1
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;
 }
コード例 #2
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;
 }