ACAT.Lib.Extension.Common.AppPanelManager_EvtStartupAddForms C# (CSharp) Метод

AppPanelManager_EvtStartupAddForms() приватный статический Метод

Event handler for when the Panel Manager initializes. Add any Scanners in this library to the Panel Manager cache. This is because the Panel Manager only looks at the extension folders for scanners and this DLL does not reside in the extension folder.
private static AppPanelManager_EvtStartupAddForms ( object sender, EventArgs e ) : void
sender object event sender
e System.EventArgs event arg
Результат void
        private static void AppPanelManager_EvtStartupAddForms(object sender, EventArgs e)
        {
            Context.AppPanelManager.AddFormToCache(typeof(MenuPanel));
        }
    }