Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Save Message! Feedback is everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIrata committed Sep 30, 2016
1 parent 726a13a commit d3d7ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TerrariaUSaveEditor/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ private void saveToolStripMenuItem_Click(object sender, EventArgs e)
{
this.GetControlsDataToSave();
this.saveHandler.SaveSave();
MessageBox.Show("Saved successfully!");
}

private void TxtName_TextChanged(object sender, EventArgs e)
Expand Down

0 comments on commit d3d7ab5

Please sign in to comment.