예제 #1
0
 public CommentsGetter(LocalUser user, GetCommentsDelegate getCategoriesResult) : this(user.PrivateKey, getCategoriesResult)
 {
 }
예제 #2
0
 public CommentsGetter(string privateKey, GetCommentsDelegate getCommentResult) : this(privateKey)
 {
     GetCommentsResult = getCommentResult;
 }
예제 #3
0
 public CommentsGetter(GetCommentsDelegate getCategoriesResult) : this("", getCategoriesResult)
 {
 }