Changeset 2116
- Timestamp:
- 5/15/2010 9:38:33 AM (3 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser/SchedulerPanel.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/SchedulerPanel.cs
r1951 r2116 92 92 item.SubItems[2].Text = string.Empty; 93 93 } 94 else if (task.Executing && !schedulerProgress.Visible) 95 task_TaskStarted(null, new TaskEventArgs(task)); 94 96 else if (task.Schedule is RecurringSchedule) 95 97 item.SubItems[1].Text = ((task.Schedule as RecurringSchedule).NextRun.
Note: See TracChangeset
for help on using the changeset viewer.
