Пример #1
0
 public UserUpdater(LocalUser user, UpdateUserResultDelegate updateUserResult) : this(user.PrivateKey, updateUserResult)
 {
 }
Пример #2
0
 public UserUpdater(string privateKey, UpdateUserResultDelegate updateUserResult) : this(privateKey)
 {
     UpdateUserResult = updateUserResult;
 }
Пример #3
0
 public UserUpdater(UpdateUserResultDelegate updateUserResult) : this("", updateUserResult)
 {
 }