aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Converters/StringToFirstLineConverter.cs
blob: 2fa456054e45cf81f817f28a7fcb666dc59e2304 (plain)
1
2
3
4
5
6
7
8
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-18 04:49:47 +0000
 


n class="w"> }

        public List<FileSystemItemDTO> Items { get; set; }

        public FileSystemItemDTO()
        {
            Items = new List<FileSystemItemDTO>();
        }
    }
}