Method | Description | |
---|---|---|
MainPage ( ) : System |
Default construtor. Initializes photo chooser task
|
Method | Description | |
---|---|---|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Called when this page is navigated to.
|
|
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void |
Called when the user leaves this page.
|
Method | Description | |
---|---|---|
Button_Click ( object sender, |
Opens a photo chooser page on button click
|
|
ReenableButton ( ) : void |
hides the "in progress" message and reenables the button
|
|
SetScanInProgress ( ) : void |
displays the "in progress" message and disables the button
|
|
mRecognizer_OnScanningDone ( IList |
Handles completed scanning events. Navigates to results page if scanning was successful.
|
|
photoChooserTask_Completed ( object sender, PhotoResult e ) : void |
When user chooses a photo starts the recognition process
|
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | |
return | void |
protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigatingCancelEventArgs | |
return | void |