Beispiel #1
0
 public Controller(ComponentSchedulerBase <T, TDelegate> componentScheduler, GlyphSchedulerBase <T, TDelegate> glyphScheduler, IEnumerable <T> tasks)
     : base(componentScheduler, glyphScheduler, tasks)
 {
 }
Beispiel #2
0
 public TaskController(ComponentSchedulerBase <T, TDelegate> componentScheduler, GlyphSchedulerBase <T, TDelegate> glyphScheduler, IEnumerable <T> controlledTasks)
     : base(componentScheduler, glyphScheduler, controlledTasks)
 {
     _priority = Priority.Normal;
 }