public SchedulerForm(SchedulerData data) { InitializeComponent(); _data = data; _scheduleService = new ScheduleService(); }
public SchedulerModule() { _scheduleService = new ScheduleService(); _currentContexts = new Dictionary<IProgramContext, ScheduleItem>(); _cachedPrograms = new Dictionary<string, IProgramContext>(); }
public SchedulerModule() { _scheduleService = new ScheduleService(); _contexts = new Dictionary<IProgramContext, ScheduleItem>(); }