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