#if FRAMEWORK20 using System; using System.Collections.Generic; using System.Text; namespace DevComponents.Schedule.Model { /// /// Represents collection of holidays. /// public class HolidaysCollection { } } #endif