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
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
OcrConversionStateManager ( ) : GPS.Utils