Exemplo n.º 1
0
 public KarmaBadgeListGetter(LocalUser user, GetKarmaBadgeListDelegate getKarmaBadgeListResult) : this(user.PrivateKey, getKarmaBadgeListResult)
 {
 }
Exemplo n.º 2
0
 public KarmaBadgeListGetter(string privateKey, GetKarmaBadgeListDelegate getKarmaBadgeListResult) : this(privateKey)
 {
     GetKarmaBadgeListResult = getKarmaBadgeListResult;
 }
Exemplo n.º 3
0
 public KarmaBadgeListGetter(GetKarmaBadgeListDelegate getCategoriesResult) : this("", getCategoriesResult)
 {
 }