コード例 #1
0
        // =========================================================================================
        // Constructors
        // =========================================================================================

        /// <summary>
        /// Initializes a new instance of the <see cref="WixLibraryReferenceNodeProperties"/> class.
        /// </summary>
        /// <param name="node">The node that contains the properties to expose via the Property Browser.</param>
        public WixLibraryReferenceNodeProperties(WixLibraryReferenceNode node)
            : base(node)
        {
        }
コード例 #2
0
 // =========================================================================================
 // Constructors
 // =========================================================================================
 /// <summary>
 /// Initializes a new instance of the <see cref="WixLibraryReferenceNodeProperties"/> class.
 /// </summary>
 /// <param name="node">The node that contains the properties to expose via the Property Browser.</param>
 public WixLibraryReferenceNodeProperties(WixLibraryReferenceNode node)
     : base(node)
 {
 }