Example #1
0
 protected ControllerBase(GlyphSchedulerBase <T, TDelegate> glyphScheduler, IEnumerable <TControlled> controlledTasks)
 {
     GlyphScheduler  = glyphScheduler;
     ControlledTasks = controlledTasks;
 }
Example #2
0
 public Controller(GlyphSchedulerBase <T, TDelegate> glyphScheduler, IEnumerable <T> controlledTasks)
     : base(glyphScheduler, controlledTasks)
 {
 }