예제 #1
0
        protected ChannelSource(Uri uri, ChannelSourceCreator creator, ParameterList parameters)
            : base(uri, parameters)
        {
            SetParameterValue(ChannelSourceCreator.CreatorParameterName, creator);

            DownloadSources = new ObservableDownloadSourceCollection();
        }
예제 #2
0
 protected ChannelSource(Uri uri, ChannelSourceCreator creator)
     : this(uri, creator, null)
 {
 }
예제 #3
0
 public BlipVideoChannelSource(Uri uri, ChannelSourceCreator creator, ParameterList parameters)
     : base(uri, creator, parameters)
 {
 }