namespace NcProgramManager.Cnc.Models { public sealed class CncProgram { public string Name { get; set; } public string Comment { get; set; } public string Content { get; set; } public string Path { get; set; } } }