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