예제 #1
0
 public BuilderComment(Action refresh, Form form, Panel panel, Point targetLocation, int postID, int userID, ProxyFacebook proxy)
 {
     likeComment         = new LikeComment(refresh, form, panel, targetLocation, postID, userID, proxy);
     likeComment.results = proxy.GetComments(likeComment.postID);
 }