C# Class ACAT.Lib.Extension.Common

Contains system wide globals and also initializes the extension library
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
Init ( ) : void

Performs initialization

PreInit ( ) : void

Pre-initialization. Call this before calling the Init() functon

Uninit ( ) : void

Uninitialization

Private Methods

Method Description
AppPanelManager_EvtStartupAddForms ( object sender, EventArgs e ) : void

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.

Method Details

Init() public static method

Performs initialization
public static Init ( ) : void
return void

PreInit() public static method

Pre-initialization. Call this before calling the Init() functon
public static PreInit ( ) : void
return void

Uninit() public static method

Uninitialization
public static Uninit ( ) : void
return void