C# Class 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.
Inheritance: GPS.Utils.ModelBase
ファイルを表示 Open project: ProjPossibility/CSUN-MobileMapMagnifier Class Usage Examples

Private Methods

Method Description
OcrConversionStateManager ( ) : GPS.Utils