AgGateway.ADAPT.ISOv4Plugin.Writers.PrescriptionWriter.PrescriptionWriter C# (CSharp) Méthode

PrescriptionWriter() private méthode

private PrescriptionWriter ( TaskDocumentWriter taskWriter ) : System
taskWriter TaskDocumentWriter
Résultat System
        private PrescriptionWriter(TaskDocumentWriter taskWriter)
            : base(taskWriter, "TSK")
        {
            _unitConverter = new ADAPT.Representation.UnitSystem.UnitOfMeasureConverter();
            _gridWriter = new GridWriter(taskWriter);
        }