Sheas-Cealer/Convs/AboutConv.cs
2024-12-16 18:12:21 +08:00

7 lines
249 B
C#

namespace Sheas_Cealer.Convs;
internal static class AboutConv
{
public static AboutAccentButtonForegroundConv AboutAccentButtonForegroundConv => new();
public static AboutVersionButtonContentConv AboutVersionButtonContentConv => new();
}