C# 클래스 GPS.Data.OcrConversionStateManager

OcrConversionStateManager implements a singleton that provides access to the state of the last OCR conversion. It inherits from ModelBase which means that interested parties can subscribe to its PropertyChanged. It also means that references to the singleton instance of type OcrConversionStateManager can be used in data binding syntax in XAML files.
상속: GPS.Utils.ModelBase
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier 1 사용 예제들

비공개 메소드들

메소드 설명
OcrConversionStateManager ( ) : GPS.Utils