/// <summary>
		/// Initializes a new instance of the <see cref="NuGenMonthColorEventArgs"/> class.
		/// </summary>
		public NuGenMonthColorEventArgs(NuGenMonthColor color)
		{
			this.m_color = color;
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenMonthColorEventArgs"/> class.
 /// </summary>
 public NuGenMonthColorEventArgs(NuGenMonthColor color)
 {
     this.m_color = color;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenMonthColorEventArgs"/> class.
		/// </summary>
		public NuGenMonthColorEventArgs()
		{
			m_color = 0;
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenMonthColorEventArgs"/> class.
 /// </summary>
 public NuGenMonthColorEventArgs()
 {
     m_color = 0;
 }