/// <summary>
		/// Initializes a new instance of the <see cref="NuGenMonthPropertyEventArgs"/> class.
		/// </summary>
		public NuGenMonthPropertyEventArgs(NuGenMonthProperty property)
		{
			this.m_property = property;
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenMonthPropertyEventArgs"/> class.
 /// </summary>
 public NuGenMonthPropertyEventArgs(NuGenMonthProperty property)
 {
     this.m_property = property;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenMonthPropertyEventArgs"/> class.
		/// </summary>
		public NuGenMonthPropertyEventArgs()
		{
			m_property = 0;
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenMonthPropertyEventArgs"/> class.
 /// </summary>
 public NuGenMonthPropertyEventArgs()
 {
     m_property = 0;
 }