Beispiel #1
0
 private void OnExportPublicKeyFailedMsg(ExportPublicKeyFailedMsg msg)
 {
     MessageBox.Show(
         "Something went wrong, please try again and start the application with admin access!", "Failed",
         MessageBoxButton.OK, MessageBoxImage.Error);
 }
 private void OnExportPublicKeyFailedMsg(ExportPublicKeyFailedMsg msg)
 {
     MessageBox.Show(
         "Something went wrong, please try again and start the application with admin access!", "Failed",
         MessageBoxButton.OK, MessageBoxImage.Error);
 }