Esempio n. 1
0
 private void OnAssignNewKeysSuccsess(AssignNewKeysSuccsessMsg msg)
 {
     MessageBox.Show(
         "Now, you have new keys!\nPlease inform your friend and send them your new public key file!", "Success",
         MessageBoxButton.OK, MessageBoxImage.Asterisk);
 }
 private void OnAssignNewKeysSuccsess(AssignNewKeysSuccsessMsg msg)
 {
     MessageBox.Show(
         "Now, you have new keys!\nPlease inform your friend and send them your new public key file!", "Success",
         MessageBoxButton.OK, MessageBoxImage.Asterisk);
 }