1
0
mirror of https://gitee.com/csharpui/CPF.git synced 2025-04-30 04:45:42 +08:00
CPF/CPF.Windows/Json/Formatter/Internal/SerializerBootTable.cs

7 lines
194 B
C#
Raw Permalink Normal View History

2023-11-21 23:05:03 +08:00
namespace CPF.Windows.Json.Serializer
{
internal static class SerializerBootTable
{
internal static BootTable Table = new BootTable(BootTableTypeEnum.SerializerLogic);
}
}