Give some feedback after successful exec

This commit is contained in:
Nicolò P 2024-01-18 09:50:07 +01:00
parent 82c2bc6ce2
commit 43942125c9
2 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ namespace Txt2Bib
private void GoBtn_Click(object sender, RoutedEventArgs e)
{
Execute();
MessageBox.Show("File BibTeX generato correttamente.", "Success", MessageBoxButton.OK, MessageBoxImage.Information);
}
private void CopyDebug_Click(object sender, RoutedEventArgs e)

View File

@ -5,7 +5,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Version>0.1.4</Version>
<Version>0.1.5</Version>
</PropertyGroup>
<ItemGroup>