Skip to content

Commit

Permalink
add waitingform while saving #60
Browse files Browse the repository at this point in the history
  • Loading branch information
bux committed Jan 4, 2019
1 parent 4930a2d commit a77a5bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tabler/Forms/GridUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ private void saveToolStripMenuItem_Click(object sender, EventArgs e)

try
{
// start the process
WaitingForm.ShowForm(this);

success = TranslationManager.SaveGridData(_configHelper.GetLastPathOfDataFiles(), lstModInfos);

WaitingForm.CloseForm();
}
catch (Exception exception)
{
Expand Down

0 comments on commit a77a5bf

Please sign in to comment.