예제 #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);
 }
예제 #2
0
 private void OnNoDirectorySupportedMsg(NoDirectorySupportedMsg msg)
 {
     MessageBox.Show(
         "You can only encrypt multiple file, but no directories!", "Directory not supported",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }