/// <summary>
		/// Initializes a new instance of the <see cref="NuGenMonthBorderStyleEventArgs"/> class.
		/// </summary>
		public NuGenMonthBorderStyleEventArgs(NuGenMonthBorderStyle style)
		{
			this.m_borderStyle = style;
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenMonthBorderStyleEventArgs"/> class.
 /// </summary>
 public NuGenMonthBorderStyleEventArgs(NuGenMonthBorderStyle style)
 {
     this.m_borderStyle = style;
 }
		/// <summary>
		/// </summary>
		public NuGenMonthBorderStyleEventArgs()
		{
			m_borderStyle = 0;
		}
 /// <summary>
 /// </summary>
 public NuGenMonthBorderStyleEventArgs()
 {
     m_borderStyle = 0;
 }