Example #1
0
 private void OnNoDirectorySupportedMsg(NoDirectorySupportedMsg msg)
 {
     MessageBox.Show(
         "You can only encrypt multiple file, but no directories!", "Directory not supported",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }
 private void OnNoDirectorySupportedMsg(NoDirectorySupportedMsg msg)
 {
     MessageBox.Show(
         "You can only encrypt multiple file, but no directories!", "Directory not supported",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }