Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 72 → Rev 73

/SWAT Programs/SWAT USB App/trunk/SWAT USB App/Software_Form.cs
176,7 → 176,7
Debug.appendText("Starting to install softwares from list of processes");
try
{
this.WindowState = FormWindowState.Minimized;
//this.WindowState = FormWindowState.Minimized;
// Goes through list toInstall and runs each process after the previous one ends
int tempID = ID;
if (tempID < toInstall.Count)
195,7 → 195,7
startSoftwareInstaller(toInstall, tempID);
}
}
this.WindowState = FormWindowState.Normal;
//this.WindowState = FormWindowState.Normal;
}
catch (Exception e)
{