Exemplo n.º 1
0
        private static Command ReadVdcType(MetafileReader reader)
        {
            var vdcType = MetafileDescriptorReader.VdcType(reader);

            reader.Descriptor.VdcType = vdcType.Specification;
            return(vdcType);
        }