C# 클래스 ACAT.Lib.Extension.Common

Contains system wide globals and also initializes the extension library
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
Init ( ) : void

Performs initialization

PreInit ( ) : void

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

Uninit ( ) : void

Uninitialization

비공개 메소드들

메소드 설명
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.

메소드 상세

Init() 공개 정적인 메소드

Performs initialization
public static Init ( ) : void
리턴 void

PreInit() 공개 정적인 메소드

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

Uninit() 공개 정적인 메소드

Uninitialization
public static Uninit ( ) : void
리턴 void