6 lines
136 B
C#
6 lines
136 B
C#
namespace WatchIt.Website.Services.Utility.Configuration.Model;
|
|
|
|
public class Style
|
|
{
|
|
public int DefaultPanelPadding { get; set; }
|
|
} |