Skip to content

Commit

Permalink
Added missed conn.Close();
Browse files Browse the repository at this point in the history
  • Loading branch information
geruchvitaliy committed Oct 7, 2016
1 parent 9cc3be6 commit b877c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .vs/RepairShoprApps/v14/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions RepairShoprApps/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ private void resetConfigurationToolStripMenuItem_Click(object sender, EventArgs

MessageBox.Show("Configuration is reset successfull", "RepairShoprApps", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
conn.Close();
}
}

Expand Down

0 comments on commit b877c20

Please sign in to comment.