Esempio n. 1
0
 public UserUpdater(LocalUser user, UpdateUserResultDelegate updateUserResult) : this(user.PrivateKey, updateUserResult)
 {
 }
Esempio n. 2
0
 public UserUpdater(string privateKey, UpdateUserResultDelegate updateUserResult) : this(privateKey)
 {
     UpdateUserResult = updateUserResult;
 }
Esempio n. 3
0
 public UserUpdater(UpdateUserResultDelegate updateUserResult) : this("", updateUserResult)
 {
 }