public LeaveCommentDialog(int postid, int comment)
 {
     this.InitializeComponent();
     api     = new TabunAPIManager();
     post_id = postid;
     reply   = comment;
 }
Beispiel #2
0
 public StreamParser()
 {
     api = new TabunAPIManager();
 }