Changeset 2130
- Timestamp:
- 5/15/2010 1:28:41 PM (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
r2116 r2130 92 92 item.SubItems[2].Text = string.Empty; 93 93 } 94 else if (task.Executing && !schedulerProgress.Visible)95 task_TaskStarted(null, new TaskEventArgs(task));96 94 else if (task.Schedule is RecurringSchedule) 97 95 item.SubItems[1].Text = ((task.Schedule as RecurringSchedule).NextRun.
Note: See TracChangeset
for help on using the changeset viewer.
