namespace FastReport.Utils { public static partial class Config { private static void ProcessMainAssembly() { new AssemblyInitializer(); } } }