Example #1
0
 private void OnZipFilesStartMsg(ZipFilesStartMsg msg)
 {
     MessageBox.Show(
         "We will zip your selected files now, this can take some moments.", "Zipping Files",
         MessageBoxButton.OK, MessageBoxImage.Information);
 }
 private void OnZipFilesStartMsg(ZipFilesStartMsg msg)
 {
     MessageBox.Show(
         "We will zip your selected files now, this can take some moments.", "Zipping Files",
         MessageBoxButton.OK, MessageBoxImage.Information);
 }