Skip to content

Commit

Permalink
Work issue #21
Browse files Browse the repository at this point in the history
Add MessageBox notification that calculations are complete
  • Loading branch information
lbross committed Nov 20, 2015
1 parent fc66c64 commit 28a1a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BAGIS_P/Forms/FrmPEandSRObs.vb
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Public Class FrmPEandSRObs
LblStatus.Text = "Saving values to AOI"
SaveValues()
LblStatus.Text = Nothing
MessageBox.Show("PE and SR Obs calculations are complete!", "Calculations complete", MessageBoxButtons.OK, MessageBoxIcon.Information)
BtnCalculate.Enabled = True
End Sub

Expand Down

0 comments on commit 28a1a84

Please sign in to comment.