示例#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)
 {
 }