Exemple #1
0
 public BuilderProfileFeed(Action refresh, Form form, Panel panel, int userID, int otherUserID, ProxyFacebook proxy)
 {
     feed         = new Feed(refresh, form, panel, userID, otherUserID, proxy);
     feed.results = proxy.GetPostsById(otherUserID);
 }