public TestGuideSamples()
 {
     _creator = new StructuresCreator();
 }
Example #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="SdmxFileWriter"/> class.
        /// </summary>
        public SdmxFileWriter()
        {
            this.structuresCreator = new StructuresCreator();

            this.swm = new StructureWriterManager();
        }