ACAT.Lib.Extension.Common.PreInit C# (CSharp) Method

PreInit() public static method

Pre-initialization. Call this before calling the Init() functon
public static PreInit ( ) : void
return void
        public static void PreInit()
        {
            // Load private fonts
            Fonts.LoadFontsFromDir(FileUtils.GetFontsDir());
            Fonts.LoadFontsFromDir(FileUtils.GetUserFontsDir());

            Context.AppPanelManager.EvtStartupAddForms += AppPanelManager_EvtStartupAddForms;
        }