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