Example #1
0
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;
            _ocrHelper = new OCRHelper(this);
        }
Example #2
0
 public MainPage()
 {
     this.InitializeComponent();
     _ocrHelper = new OCRHelper(this);
 }