2023-05-09 16:39:52 -07:00

10 lines
199 B
C#

namespace Adaptation.FileHandlers.QS408M;
public class Footer
{
public string Line { get; set; }
public string RadialVariationThickness { get; set; }
public string Slot { get; set; }
}