Skip to content

Commit

Permalink
exit bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershay100 committed Apr 15, 2021
1 parent e671be1 commit 687ca12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private void exit_Click(object sender, CancelEventArgs e)
if (result != MessageBoxResult.Yes)
{
e.Cancel = true;
return;
}

_vmPanel.CloseAll();
Expand Down
Binary file modified bin/DesktopApp.dll
Binary file not shown.
Binary file modified bin/DesktopApp.pdb
Binary file not shown.

0 comments on commit 687ca12

Please sign in to comment.