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