AgGateway.ADAPT.ISOv4Plugin.Loaders.TaskLoader.LoadCommentAllocations C# (CSharp) Метод

LoadCommentAllocations() приватный Метод

private LoadCommentAllocations ( XmlNode inputNode, AgGateway.ADAPT.ApplicationDataModel.LoggedData.LoggedData task ) : void
inputNode System.Xml.XmlNode
task AgGateway.ADAPT.ApplicationDataModel.LoggedData.LoggedData
Результат void
        private void LoadCommentAllocations(XmlNode inputNode, LoggedData task)
        {
            task.Notes = CommentAllocationLoader.Load(inputNode, _taskDocument);
        }