mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-01 14:49:28 +03:00
8 lines
107 B
C#
8 lines
107 B
C#
namespace DarkUI
|
|
{
|
|
public sealed class Consts
|
|
{
|
|
public static int Padding = 10;
|
|
}
|
|
}
|