AgGateway.ADAPT.ISOv4Plugin.Writers.CropWriter.CropWriter C# (CSharp) Method

CropWriter() private method

private CropWriter ( TaskDocumentWriter taskWriter ) : System.Collections.Generic
taskWriter TaskDocumentWriter
return System.Collections.Generic
        private CropWriter(TaskDocumentWriter taskWriter)
            : base(taskWriter, "CTP")
        {
            _cropVarietyWriter = new CropVarietyWriter(taskWriter);
        }