Esempio n. 1
0
 private void OnFileSizeNotSupportedMsg(FileSizeNotSupportedMsg msg)
 {
     MessageBox.Show(
         "You can only en-/decrypt files with a size less or equal 100MB!", "File size not supported",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }
 private void OnFileSizeNotSupportedMsg(FileSizeNotSupportedMsg msg)
 {
     MessageBox.Show(
         "You can only en-/decrypt files with a size less or equal 100MB!", "File size not supported",
         MessageBoxButton.OK, MessageBoxImage.Warning);
 }