9 lines
112 B
C#
9 lines
112 B
C#
|
|
namespace TBF.UI
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const int Dpi100pct = 96;
|
|
}
|
|
}
|