Added ToDo Comment

This commit is contained in:
Rich 2009-12-18 18:28:54 +00:00
parent 1260ee89dc
commit dd1eb7e4f1

View File

@ -300,7 +300,12 @@ namespace DataLoader
private void TerminateProcesses(System.Diagnostics.Process [] wordProcesses)
{
foreach (System.Diagnostics.Process proc in wordProcesses)
{
// TODO: Determine if Word is Visible
// If it is let it run
// otherwise Kill it.
proc.Kill();
}
}
public void UpdateLabels(int incPrc, int incSec, int incStp)
{