Skip to content

Commit

Permalink
small fix budget save
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasBenaets committed Feb 1, 2022
1 parent 70efbb0 commit 1be47e7
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 5 deletions.
Binary file modified .vs/BasedBudgeting/v17/.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion BasedBudgeting/App.vb
Expand Up @@ -155,9 +155,10 @@ Public Class App
For Each row As DataGridViewRow In dgvBudget.Rows
If row.Cells(0).Value.ToString <> "" Then
row.Cells(1).Value = 0
row.Cells(2).Value = 0 ' Reset activity & budget for new month
row.Cells(2).Value = 0 ' Reset activity & budget for new month
End If
Next
SaveBudget()
End If
End If

Expand Down
2 changes: 1 addition & 1 deletion BasedBudgeting/bin/Debug/BasedBudgeting.application
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>j+MeaurXhq0ZimUgJzqJPaXDpWLFIZ3RzzJVg+zicDA=</dsig:DigestValue>
<dsig:DigestValue>gKft3ZapA5y/iEIMhCG5IthuhIyTnkRtDSUvlHAjFt4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified BasedBudgeting/bin/Debug/BasedBudgeting.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion BasedBudgeting/bin/Debug/BasedBudgeting.exe.manifest
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9nhsIF9oVyZ43sMPQrxMvxgNYYvL3WmHaILKjZRiz0k=</dsig:DigestValue>
<dsig:DigestValue>DNPLFMbCzgT4TIQDZ+kMLi5eEVdgmwO5RhmJS9NhO/U=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified BasedBudgeting/bin/Debug/BasedBudgeting.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion BasedBudgeting/obj/Debug/BasedBudgeting.application
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>j+MeaurXhq0ZimUgJzqJPaXDpWLFIZ3RzzJVg+zicDA=</dsig:DigestValue>
<dsig:DigestValue>gKft3ZapA5y/iEIMhCG5IthuhIyTnkRtDSUvlHAjFt4=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified BasedBudgeting/obj/Debug/BasedBudgeting.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion BasedBudgeting/obj/Debug/BasedBudgeting.exe.manifest
Expand Up @@ -50,7 +50,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>9nhsIF9oVyZ43sMPQrxMvxgNYYvL3WmHaILKjZRiz0k=</dsig:DigestValue>
<dsig:DigestValue>DNPLFMbCzgT4TIQDZ+kMLi5eEVdgmwO5RhmJS9NhO/U=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified BasedBudgeting/obj/Debug/BasedBudgeting.pdb
Binary file not shown.

0 comments on commit 1be47e7

Please sign in to comment.