Skip to content

Commit 386460a

Browse files
committed
Removed two unnecessary dialogs during import/export logic
1 parent 4cb91f7 commit 386460a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

MessageCommunicator.TestGui/ViewServices/_ExportDialog/ExportDialogControlViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ where actLine.DoExport
7878
}, "dataPackage" );
7979
if (string.IsNullOrEmpty(fileName))
8080
{
81-
await srvMessageBox.ShowAsync("Export", "No file selected!", MessageBoxButtons.Ok);
8281
return;
8382
}
8483

MessageCommunicator.TestGui/ViewServices/_ImportDialog/ImportViewService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public ImportViewService(DialogHostControl host)
3636

3737
if (string.IsNullOrEmpty(fileToImport))
3838
{
39-
await srvMessageBox.ShowAsync("Import", "No file selected!", MessageBoxButtons.Ok);
4039
return null;
4140
}
4241

0 commit comments

Comments
 (0)