Dont know the application switches to my form that makes use of odbc when I close the application.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
As I step through, when it gets to components.Dispose(), it goes to
private void TerminalStatus_SelectedIndexChanged(object sender, EventArgs e)//START OF GRIDVIEW 3(PROGRESS REPORT)
{// LOAD AND VIEW THE STATUS OF EACH TERMINAL, THIS IS READ FROM A CSV FILE.