コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenFooterPropertyEventArgs"/> class.
 /// </summary>
 public NuGenFooterPropertyEventArgs(NuGenFooterProperty property)
 {
     this.m_property = property;
 }
コード例 #2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenFooterPropertyEventArgs"/> class.
		/// </summary>
		public NuGenFooterPropertyEventArgs(NuGenFooterProperty property)
		{
			this.m_property = property;
		}
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenFooterPropertyEventArgs"/> class.
 /// </summary>
 public NuGenFooterPropertyEventArgs()
 {
     m_property = 0;
 }
コード例 #4
0
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenFooterPropertyEventArgs"/> class.
		/// </summary>
		public NuGenFooterPropertyEventArgs()
		{
			m_property = 0;
		}