Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 35 → Rev 36

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