Sheas-Cealer/Convs/AboutConv.cs
2025-03-02 15:18:30 +08:00

7 lines
253 B
C#

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