Example #1
0
 public PostItem(TumblRipper2.classes.Generic.Post post, string p)
 {
     this.Post = post;
     this.URL  = p;
 }
Example #2
0
 public PostItemVideo(TumblRipper2.classes.Generic.Post p, string u) : base(p, u)
 {
 }
Example #3
0
 public PostItemPhoto(TumblRipper2.classes.Generic.Post post, string p, string thumb) : base(post, p)
 {
     this.Thumb = thumb;
 }