17 lines
		
	
	
		
			263 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			263 B
		
	
	
	
		
			C#
		
	
	
	
	
	
#if FRAMEWORK20
 | 
						|
using System;
 | 
						|
using System.Collections.Generic;
 | 
						|
using System.Text;
 | 
						|
 | 
						|
namespace DevComponents.Schedule.Model
 | 
						|
{
 | 
						|
    /// <summary>
 | 
						|
    /// Represents collection of holidays.
 | 
						|
    /// </summary>
 | 
						|
    public class HolidaysCollection
 | 
						|
    {
 | 
						|
    }
 | 
						|
}
 | 
						|
#endif
 | 
						|
 |