10 lines
199 B
C#
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; }
|
|
|
|
} |