Exemplo n.º 1
0
 /** <summary> Constructs the default object. </summary> */
 internal PathAddition(ObjectDataHeader objectHeader, ChunkHeader chunkHeader)
     : base(objectHeader, chunkHeader)
 {
     this.Header = new PathAdditionHeader();
 }
Exemplo n.º 2
0
        //========= CONSTRUCTORS =========
        #region Constructors

        /** <summary> Constructs the default object. </summary> */
        public PathAddition() : base()
        {
            this.Header = new PathAdditionHeader();
        }