Ejemplo n.º 1
0
 public FeaturedStream(string channelUrl, string image, string text, JObject streamO, Twixel twixel)
 {
     this.image  = new WebUrl(image);
     this.text   = text;
     this.stream = twixel.LoadStream(streamO, channelUrl);
 }