using System; using System.Collections.Generic; namespace CPF.ReoGrid { public static class RGFPersistenceProvider { internal static Dictionary CustomBodyTypeIdentifiers { get; } = new Dictionary(); internal static Dictionary CustomBodyTypeHandlers { get; } = new Dictionary(); public static CustomBodyTypeProviderCollection CustomBodyTypeProviders { get; } = new CustomBodyTypeProviderCollection(); } }